Table: dbo.Engagement_Folder_Type | |||
This table stores information about the possible roles a folder can play in an engagement binder. | |||
Columns | |||
Name | Type | Constraints | Description |
engagement_folder_type_KEY | int (4) | NOT NULL | Determines which type of folder this record represents. The Primary Key. |
description | nvarchar (60) | NOT NULL | The description for this record. |
Primary key | |||
Name | Columns | Description | |
PK_Engagement_Folder_Type | engagement_folder_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Engagement_Folder_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Folder__Engagement_Folder_Type__engagement_folder_type_KEY | engagement_folder_type_KEY | Folder |