Extension:WikiLambda/wikilambda zobject labels table

From mediawiki.org
sqlite> pragma table_info('wikilambda_zobject_labels');
stdClass Object
(
    [cid] => 0
    [name] => wlzl_id
    [type] => INTEGER
    [notnull] => 1
    [dflt_value] =>
    [pk] => 1
)
stdClass Object
(
    [cid] => 1
    [name] => wlzl_zobject_zid
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 2
    [name] => wlzl_type
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 3
    [name] => wlzl_language
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 4
    [name] => wlzl_label
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 5
    [name] => wlzl_label_normalised
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 6
    [name] => wlzl_label_primary
    [type] => SMALLINT
    [notnull] => 1
    [dflt_value] => 1
    [pk] => 0
)
stdClass Object
(
    [cid] => 7
    [name] => wlzl_return_type
    [type] => BLOB
    [notnull] => 0
    [dflt_value] => NULL
    [pk] => 0
)