Table: Custom_Chart_Type | |||||||
Tags: read-only Content:
| |||||||
Columns | |||||||
Name | Type | Constraints | Description | ||||
custom_chart_type_KEY | int | NOT NULL | Database assigned primary key for this table. | ||||
description | nvarchar (30) | NOT NULL | Description of the custom chart type. |
Primary key | |||
Name | Columns | Description | |
PK_Custom_Chart_Type$custom_chart_type_KEY | custom_chart_type_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Custom_Chart_Type$description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Custom_Chart__Custom_Chart_Type__custom_chart_type_KEY | custom_chart_type_KEY | Custom_Chart |