Jump to content

Extension:CentralNotice/cn notice projects table

From mediawiki.org

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