Topic Last Modified: 2012-05-25

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. See the Manufacturers Table for more information.

HardwareVersionId

int

Foreign

Hardware version of this device. See the HardwareVersions Table for more information.

MacAddress

bigint

MAC Address