| Table: Report_Type | |||||||||||||||
| Tags: read-only Content:
| |||||||||||||||
| Columns | |||||||||||||||
| Name | Type | Constraints | Description | ||||||||||||
| report_type_KEY | int | NOT NULL | Database assigned primary key for this table. | ||||||||||||
| description | nvarchar (30) | NOT NULL | User defined description. | ||||||||||||
| Primary key | |||
| Name | Columns | Description | |
| PK_Report_Type$report_type_KEY | report_type_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Report_Type__description | description | Each description must be unique. | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Report_Definition__Report_Type__report_type_KEY | report_type_KEY | Report_Definition | |
| FK_Report_Profile__Report_Type__report_type_KEY | report_type_KEY | Report_Profile | |