Extension:CentralNotice/cn template mixins table

From mediawiki.org

Fields[edit]

tmxn_id[edit]

Primary key.

tmp_id[edit]

page_id[edit]

mixin_name[edit]

Schema summary[edit]

mysql> describe cn_template_mixins;
+------------+----------------+------+-----+---------+----------------+
| Field      | Type           | Null | Key | Default | Extra          |
+------------+----------------+------+-----+---------+----------------+
| tmxn_id    | int(11)        | NO   | PRI | NULL    | auto_increment |
| tmp_id     | int(11)        | NO   | MUL | NULL    |                |
| page_id    | int(11)        | NO   | MUL | NULL    |                |
| mixin_name | varbinary(255) | NO   | MUL | NULL    |                |
+------------+----------------+------+-----+---------+----------------+