Extension:CentralNotice/cn known mobile carriers table

Fields edit

Stores details on all the campaigns known to CentralNotice. Since v2.3

mc_id edit

Primary key. Identifying key for the campaign.

mc_name edit

mc_display_label edit

Schema summary edit

mysql> describe cn_known_mobile_carriers;
+------------------+----------------+------+-----+---------+----------------+
| Field            | Type           | Null | Key | Default | Extra          |
+------------------+----------------+------+-----+---------+----------------+
| mc_id            | int(11)        | NO   | PRI | NULL    | auto_increment |
| mc_name          | varbinary(255) | NO   | MUL | NULL    |                |
| mc_display_label | varbinary(255) | NO   |     | NULL    |                |
+------------------+----------------+------+-----+---------+----------------+