< Extension:CentralNotice

Fields

dev_id

Primary key.

dev_name

Name of the device: 'desktop', 'android', 'iphone', 'pad', 'unkown', ...

dev_display_label

Schema summary

mysql> describe cn_known_devices;
+-------------------+----------------+------+-----+---------+----------------+
| Field             | Type           | Null | Key | Default | Extra          |
+-------------------+----------------+------+-----+---------+----------------+
| dev_id            | int(11)        | NO   | PRI | NULL    | auto_increment |
| dev_name          | varbinary(255) | NO   | MUL | NULL    |                |
| dev_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.