Table: dbo.Client_Service_Type | |||
Table to name the services that the client can subscribe to | |||
Columns | |||
Name | Type | Constraints | Description |
client_service_type_KEY | int (4) | NOT NULL | Primary key; type key |
description | nvarchar (60) | NOT NULL | type description |
Primary key | |||
Name | Columns | Description | |
PK_Client_Service_Type | client_service_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Client_Service_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client_N_Client_Service_Type__Client_Service_Type__client_service_type_KEY | client_service_type_KEY | Client_N_Client_Service_Type |