Extension:CentralNotice/cn notice mobile carriers table

Fields edit

Stores details on all the campaigns known to CentralNotice.

nmc_id edit

Primary key.

not_id edit

mc_id edit

Schema summary edit

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