Table: dbo.Priority | |||
This table contains levels of priority. | |||
Columns | |||
Name | Type | Constraints | Description |
priority_KEY | int (4) | NOT NULL | Primary key. This points to the Priority table. |
description | nvarchar (20) | NOT NULL | The description for the priority of the note. |
Primary key | |||
Name | Columns | Description | |
PK_Priority | priority_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Priority$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Engagement_Item_Note__Priority__priority_KEY | priority_KEY | Engagement_Item_Note |