Table: dbo.Engagement_Binder_Status
This table contains information needed for describing the states of the Engagement_Binder.
Columns
NameTypeConstraintsDescription
engagement_binder_status_KEYint (4)NOT NULLPrimary key. This points to the engagement binder status.
descriptionnvarchar (20)NOT NULLThe description for the engagement binder status.
Primary key
NameColumnsDescription
PK_Engagement_Binder_Statusengagement_binder_status_KEY
Unique constraints
NameColumnsDescription
UK_Engagement_Binder_Status$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Engagement_Binder__Engagement_Binder_Status__engagement_binder_status_KEYengagement_binder_status_KEYEngagement_Binder

Schema diagram