| Table: dbo.Engagement_Type | |||
| This table contains information needed for describing the various states of an engagement binder. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| engagement_type_KEY | int (4) | NOT NULL | Primary key. This points to the engagement binder type. |
| description | nvarchar (30) | NOT NULL | The description for the engagement binder types. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Engagement_Type | engagement_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Engagement_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Engagement_Binder__Engagement_Type__engagement_type_KEY | engagement_type_KEY | Engagement_Binder | |