< Extension:CentralNotice

Fields

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

mc_id

Primary key. Identifying key for the campaign.

mc_name

mc_display_label

Schema summary

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    |                |
+------------------+----------------+------+-----+---------+----------------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.