Extension:CentralNotice/cn known 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
editdev_id
editPrimary key.
dev_name
editName of the device: 'desktop', 'android', 'iphone', 'pad', 'unkown', ...
dev_display_label
editSchema summary
editmysql> 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 | | +-------------------+----------------+------+-----+---------+----------------+