< Extension:CentralNotice

Fields

Stores details on all the campaigns known to CentralNotice.

nmc_id

Primary key.

not_id

mc_id

Schema summary

mysql> describe cn_notice_mobile_carriers;
+--------+---------+------+-----+---------+----------------+
| Field  | Type    | Null | Key | Default | Extra          |
+--------+---------+------+-----+---------+----------------+
| nmc_id | int(11) | NO   | PRI | NULL    | auto_increment |
| not_id | int(11) | NO   | MUL | NULL    |                |
| mc_id  | int(11) | NO   | MUL | NULL    |                |
+--------+---------+------+-----+---------+----------------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.