Extension:CentralNotice/cn notice mixin params table

From mediawiki.org

Fields[edit]

nmxnp_id[edit]

Primary key.

nmxnp_notice_mixin_id[edit]

nmxnp_param_name[edit]

nmxnp_param_value[edit]

Schema summary[edit]

mysql> 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    |                |
+-----------------------+----------------+------+-----+---------+----------------+