Extension:CentralNotice/cn notice languages table

FieldsEdit

nl_notice_idEdit

Primary key.

nl_languageEdit

Primary key.

Schema summaryEdit

mysql> describe cn_notice_languages;
+--------------+------------------+------+-----+---------+-------+
| Field        | Type             | Null | Key | Default | Extra |
+--------------+------------------+------+-----+---------+-------+
| nl_notice_id | int(10) unsigned | NO   | PRI | NULL    |       |
| nl_language  | varbinary(32)    | NO   | PRI | NULL    |       |
+--------------+------------------+------+-----+---------+-------+