| Table: dbo.Report_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| report_type_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
| description | nvarchar (60) | NOT NULL | User defined description. |
| supports_layout_year | bit (1) | ||
| Primary key | |||
| Name | Columns | Description | |
| PK_Report_Type | report_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Report_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Report_Definition__Report_Type__report_type_KEY | report_type_KEY | Report_Definition | |