sqlite> pragma table_info('wikilambda_zobject_label_conflicts');
stdClass Object
(
[cid] => 0
[name] => wlzlc_id
[type] => INTEGER
[notnull] => 1
[dflt_value] =>
[pk] => 1
)
stdClass Object
(
[cid] => 1
[name] => wlzlc_existing_zid
[type] => BLOB
[notnull] => 1
[dflt_value] =>
[pk] => 0
)
stdClass Object
(
[cid] => 2
[name] => wlzlc_conflicting_zid
[type] => BLOB
[notnull] => 1
[dflt_value] =>
[pk] => 0
)
stdClass Object
(
[cid] => 3
[name] => wlzlc_language
[type] => BLOB
[notnull] => 1
[dflt_value] =>
[pk] => 0
)