Table: Dashboard_Layout
Columns
NameTypeConstraintsDescription
dashboard_layout_KEYintNOT NULLAssigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table
dashboard_layout_type_KEYintNOT NULLType of dashboad layout
descriptionnvarchar (250)NOT NULLUser defined description
layoutnvarchar (-1)NOT NULLUser defined dashboard layout
update__staff_KEYintNOT NULLKey of Staff who last modified this row. This Staff is considered to be the owner of this dashboard layout.
update_date_utcdatetimeNOT NULL
create_date_utcdatetimeNOT NULL
Primary key
NameColumnsDescription
PK_Dashboard_Layout$dashboard_layout_KEYdashboard_layout_KEYCLUSTERED
Unique constraints
NameColumnsDescription
UK_Dashboard_Layout$dashboard_layout_type_KEY$dashboard_layout_KEYdashboard_layout_type_KEY, dashboard_layout_KEYThis 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_KEYdescription, dashboard_layout_type_KEYEach combination of description and type must be unique.
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Firm_Dashboard_Layout__Dashboard_Layout__dashboard_layout_KEYdashboard_layout_KEYFirm_Dashboard_Layout
FK_Firm_Dashboard_Layout__Dashboard_Layout__dashboard_layout_type_KEY__dashboard_layout_KEYdashboard_layout_type_KEY, dashboard_layout_KEYFirm_Dashboard_Layout

Schema diagram