Table: dbo.Hot_Key | |||
This table will be used to keep track of the hot keys for the system | |||
Columns | |||
Name | Type | Constraints | Description |
hot_key_KEY | int (4) | NOT NULL | Primary key |
description | nvarchar (20) | NOT NULL | Contains the different hot key descriptions |
Primary key | |||
Name | Columns | Description | |
PK_Hot_Key | hot_key_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Hot_Key$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Signoff_Type__Hot_Key__hot_key_KEY | hot_key_KEY | Signoff_Type |