Extension:ORES/ores_model table

From mediawiki.org


mysql> describe ores_model;
+------------------+----------------------+------+-----+---------+----------------+
| Field            | Type                 | Null | Key | Default | Extra          |
+------------------+----------------------+------+-----+---------+----------------+
| oresm_id         | smallint(5) unsigned | NO   | PRI | NULL    | auto_increment |
| oresm_name       | varbinary(32)        | NO   | MUL | NULL    |                |
| oresm_version    | varbinary(32)        | NO   |     | NULL    |                |
| oresm_is_current | tinyint(1)           | NO   |     | NULL    |                |
+------------------+----------------------+------+-----+---------+----------------+