Extension:CentralNotice/cn known mobile carriers table
The subject of this page is not very well documented yet. If you need help, feel free to ask at the support desk.
If you know more about this subject, don't hesitate to help expanding our documentation by editing this page (or other pages that need documentation). |
Fields
editStores details on all the campaigns known to CentralNotice. Since v2.3
mc_id
editPrimary key. Identifying key for the campaign.
mc_name
editmc_display_label
editSchema summary
editmysql> 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 | | +------------------+----------------+------+-----+---------+----------------+