Extension:WikiLambda/wikilambda ztester results table

From mediawiki.org
sqlite> pragma table_info('wikilambda_ztester_results');
stdClass Object
(
    [cid] => 0
    [name] => wlztr_id
    [type] => INTEGER
    [notnull] => 1
    [dflt_value] =>
    [pk] => 1
)
stdClass Object
(
    [cid] => 1
    [name] => wlztr_zfunction_zid
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 2
    [name] => wlztr_zfunction_revision
    [type] => INTEGER UNSIGNED
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 3
    [name] => wlztr_zimplementation_zid
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 4
    [name] => wlztr_zimplementation_revision
    [type] => INTEGER UNSIGNED
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 5
    [name] => wlztr_ztester_zid
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 6
    [name] => wlztr_ztester_revision
    [type] => INTEGER UNSIGNED
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)
stdClass Object
(
    [cid] => 7
    [name] => wlztr_pass
    [type] => SMALLINT
    [notnull] => 1
    [dflt_value] => 1
    [pk] => 0
)
stdClass Object
(
    [cid] => 8
    [name] => wlztr_returnobject
    [type] => BLOB
    [notnull] => 1
    [dflt_value] =>
    [pk] => 0
)