Extension : CentralNotice/cn notice countries table

From mediawiki.org

Fields [ edit ]

nc_notice_id [ edit ]

Primary key.

nc_country [ edit ]

Primary key.

Schema summary [ edit ]

mysql> describe cn_notice_countries;
+--------------+------------------+------+-----+---------+-------+
| Field        | Type             | Null | Key | Default | Extra |
+--------------+------------------+------+-----+---------+-------+
| nc_notice_id | int(10) unsigned | NO   | PRI | NULL    |       |
| nc_country   | varbinary(2)     | NO   | PRI | NULL    |       |
+--------------+------------------+------+-----+---------+-------+