Table: Dashboard_Layout_Type | |||||||||||
Tags: read-only Content:
| |||||||||||
Columns | |||||||||||
Name | Type | Constraints | Description | ||||||||
dashboard_layout_type_KEY | int | NOT NULL | Arbitrary identifier for this dashboard layout type. | ||||||||
description | nvarchar (30) | NOT NULL | Description for this dashboard layout type. |
Primary key | |||
Name | Columns | Description | |
PK_Dashboard_Layout_Type$dashboard_layout_type_KEY | dashboard_layout_type_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Dashboard_Layout_Type__description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Dashboard_Layout__Dashboard_Layout_Type__dashboard_layout_type_KEY | dashboard_layout_type_KEY | Dashboard_Layout |