Extension:CentralNotice/cn notice mixins table
The subject of this page is not very well documented yet. If you need help, feel free to ask at the support desk.
If you know more about this subject, don't hesitate to help expanding our documentation by editing this page (or other pages that need documentation). |
Fields
editnmxn_id
editPrimary key.
nmxn_not_id
editnmxn_mixin_name
editnmxn_enabled
editSchema summary
editmysql> 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 | | +-----------------+----------------+------+-----+---------+----------------+