Table: dbo.Client_Type | |||
Columns | |||
Name | Type | Constraints | Description |
client_type_KEY | int (4) | NOT NULL | Primary key |
description | nvarchar (40) | NOT NULL | The type of clients supported by ACS. |
Primary key | |||
Name | Columns | Description | |
PK_Client_Type | client_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Client_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client__Client_Type__client_type_KEY | client_type_KEY | Client |