Table: Custom_Chart
Columns
NameTypeConstraintsDescription
create__changeset_KEYintNOT NULL
update__changeset_KEYintNOT NULL
custom_chart_KEYintNOT NULLAssigned by COMMON_dp_Allocate_Unique_Identifiers. Database assigned primary key for this table.
owner_table_namenvarchar (128)NOT NULLName of the table that this custom chart is associated with.
descriptionnvarchar (250)NOT NULLDescription of the custom chart. The same description can only be used once per owner_table_name.
chartnvarchar (-1)NOT NULLThe serialized custom chart, or the standard chart XML resource.
custom_chart_type_KEYintNOT NULLForiegn key to specify what type this custom chart is.
versionnvarchar (19)NOT NULLThe version of the custom chart.
Primary key
NameColumnsDescription
PK_Custom_Chart$custom_chart_KEYcustom_chart_KEYCLUSTERED
Unique constraints
NameColumnsDescription
UK_Custom_Chart$owner_table_name$description$custom_chart_type_KEYowner_table_name, description, custom_chart_type_KEYThe same description can only be used once per owner_table_name and custom_chart_type_KEY.
Indexes
NameColumnsDescription
IX_Custom_Chart$custom_chart_type_KEYcustom_chart_type_KEYIndex supports foreign key FK_Custom_Chart__Custom_Chart_Type__custom_chart_type_KEY

Schema diagram