< Extension:CentralNotice

Fields

Stores details on all the campaigns known to CentralNotice.

tdev_id

Primary key.

tmp_id

dev_id

Schema summary

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