| Table: dbo.Report_Folder_Type | |||
| Table that houses the different system folder types that will be used. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| report_folder_type_KEY | int (4) | NOT NULL | Primary Key for this table. |
| description | nvarchar (40) | NOT NULL | Unique description of each report folder type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Report_Folder_Type | report_folder_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Report_Folder_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Report_Folder__Report_Folder_Type__report_folder_type_KEY | report_folder_type_KEY | Report_Folder | |