Table: dbo.Engagement_Binder_Status | |||
This table contains information needed for describing the states of the Engagement_Binder. | |||
Columns | |||
Name | Type | Constraints | Description |
engagement_binder_status_KEY | int (4) | NOT NULL | Primary key. This points to the engagement binder status. |
description | nvarchar (20) | NOT NULL | The description for the engagement binder status. |
Primary key | |||
Name | Columns | Description | |
PK_Engagement_Binder_Status | engagement_binder_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Engagement_Binder_Status$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Engagement_Binder__Engagement_Binder_Status__engagement_binder_status_KEY | engagement_binder_status_KEY | Engagement_Binder |