Table: dbo.Engagement_Type
This table contains information needed for describing the various states of an engagement binder.
Columns
NameTypeConstraintsDescription
engagement_type_KEYint (4)NOT NULLPrimary key. This points to the engagement binder type.
descriptionnvarchar (30)NOT NULLThe description for the engagement binder types.
Primary key
NameColumnsDescription
PK_Engagement_Typeengagement_type_KEY
Unique constraints
NameColumnsDescription
UK_Engagement_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Engagement_Binder__Engagement_Type__engagement_type_KEYengagement_type_KEYEngagement_Binder

Schema diagram