Extension:CentralNotice/cn notice mixins table

From mediawiki.org

Fields[edit]

nmxn_id[edit]

Primary key.

nmxn_not_id[edit]

nmxn_mixin_name[edit]

nmxn_enabled[edit]

Schema summary[edit]

mysql> describe cn_notice_mixins;
+-----------------+----------------+------+-----+---------+----------------+
| Field           | Type           | Null | Key | Default | Extra          |
+-----------------+----------------+------+-----+---------+----------------+
| nmxn_id         | int(11)        | NO   | PRI | NULL    | auto_increment |
| nmxn_not_id     | int(11)        | NO   | MUL | NULL    |                |
| nmxn_mixin_name | varbinary(255) | NO   | MUL | NULL    |                |
| nmxn_enabled    | tinyint(1)     | NO   |     | 0       |                |
+-----------------+----------------+------+-----+---------+----------------+