Table: dbo.Engagement_Item_Note_Status | |||
This table contains information needed for describing the states a note can have. | |||
Columns | |||
Name | Type | Constraints | Description |
engagement_item_note_status_KEY | int (4) | NOT NULL | Primary key. This points to the notes status. |
description | nvarchar (20) | NOT NULL | The description for the status of the note. |
Primary key | |||
Name | Columns | Description | |
PK_Engagement_Item_Note_Status | engagement_item_note_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Engagement_Item_Note_Status$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Engagement_Item_Note__Engagement_Item_Note_Status__engagement_item_note_status_KEY | engagement_item_note_status_KEY | Engagement_Item_Note |