Extension:CentralNotice/cn template devices 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.
tdev_id
editPrimary key.
tmp_id
editdev_id
editSchema summary
editmysql> describe cn_template_devices; +---------+---------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------+---------+------+-----+---------+----------------+ | tdev_id | int(11) | NO | PRI | NULL | auto_increment | | tmp_id | int(11) | NO | MUL | NULL | | | dev_id | int(11) | NO | | NULL | | +---------+---------+------+-----+---------+----------------+