Extension:CentralNotice/cn notice mixin params 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
editnmxnp_id
editPrimary key.
nmxnp_notice_mixin_id
editnmxnp_param_name
editnmxnp_param_value
editSchema summary
editmysql> describe cn_notice_mixin_params; +-----------------------+----------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------------------+----------------+------+-----+---------+----------------+ | nmxnp_id | int(11) | NO | PRI | NULL | auto_increment | | nmxnp_notice_mixin_id | int(11) | NO | MUL | NULL | | | nmxnp_param_name | varbinary(255) | NO | MUL | NULL | | | nmxnp_param_value | blob | NO | | NULL | | +-----------------------+----------------+------+-----+---------+----------------+