| Table: Dashboard_Layout | |||
| Columns | |||
| Name | Type | Constraints | Description |
| dashboard_layout_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table |
| dashboard_layout_type_KEY | int | NOT NULL | Type of dashboad layout |
| description | nvarchar (30) | NOT NULL | User defined description |
| layout | nvarchar (-1) | NOT NULL | User defined dashboard layout |
| update__staff_KEY | int | NOT NULL | |
| update_date | datetime | NOT NULL | |
| create_date | datetime | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Dashboard_Layout$dashboard_layout_KEY | dashboard_layout_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Dashboard_Layout__dashboard_layout_type_KEY__dashboard_layout_KEY | dashboard_layout_type_KEY, dashboard_layout_KEY | This constraint is used by the Firm_Layout table to help make sure that the default dashboard layout is of the proper dashboard layout type. | |
| UK_Dashboard_Layout__description__dashboard_layout_type_KEY | description, dashboard_layout_type_KEY | Each combination of description and type must be unique. | |
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Dashboard_Layout__Dashboard_Layout_Type__dashboard_layout_type_KEY | dashboard_layout_type_KEY | Dashboard_Layout_Type | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Firm_Dashboard_Layout__Dashboard_Layout__dashboard_layout_type_KEY__dashboard_layout_KEY | dashboard_layout_type_KEY, dashboard_layout_KEY | Firm_Dashboard_Layout | |