Topic Last Modified: 2010-03-26
The Devices table is a supporting table. Each record stores information about one device (desk phone).
Column | Data Type | Key/Index | Details |
---|---|---|---|
DeviceId |
int |
Primary |
Unique number identifying this hardware version. |
ManufacturerId |
int |
Foreign |
Manufacturer of this device. Reference to Manufacturers Table. |
HardwareVersionId |
int |
Foreign |
Hardware version of this device. Reference to HardwareVersions Table. |
MacAddress |
bigint |
MAC Address |