Device_settings table
Description
The device_settings table allows to share device configurations between several servers.
It comes from the inter-server and is present since version 5.2
It can be deported to a database accessible to all servers
Schema
Field |
Type |
Required |
Primary key |
Description |
devID | varchar(128) | * | * |
identifier of the device |
devETAG | varchar(128) |
* |
||
devSERVER | varchar(128) | * | The server to which the device is declared | |
devVERSION | bigint | * |
The last known version of the device |
|
devMODIFIED | datetime | * |
The date when the last modification was made |
|
devFORMAT | varchar(64) | * | ||
devCONFIG | ntext | * |
The configuration of the queue (in XML which can be found in the config.xml file) |