Extension:CentralNotice/cn notice projects table
Appearance
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
[edit]np_notice_id
[edit]Primary key.
np_project
[edit]Primary key.
Schema summary
[edit]mysql> describe cn_notice_projects; +--------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+------------------+------+-----+---------+-------+ | np_notice_id | int(10) unsigned | NO | PRI | NULL | | | np_project | varbinary(32) | NO | PRI | NULL | | +--------------+------------------+------+-----+---------+-------+