Extension:CentralNotice/cn notice countries table
From Linux Web Expert
File:Edit-clear.svg | 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
nc_notice_id
Primary key.
nc_country
Primary key.
Schema summary
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 | | +--------------+------------------+------+-----+---------+-------+