Table: dbo.Engagement_Tree_Static_Column | |||
Stores the static column types that will always be available to users. | |||
Columns | |||
Name | Type | Constraints | Description |
engagement_tree_static_column_KEY | int (4) | NOT NULL | The primary key. |
description | nvarchar (40) | NOT NULL | Description (name) of static column |
Primary key | |||
Name | Columns | Description | |
PK_Engagement_Tree_Static_Column | engagement_tree_static_column_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Engagement_Tree_Static_Column$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Engagement_Tree_Column_Selector__Engagement_Tree_Static_Column__engagement_tree_static_column_KEY | engagement_tree_static_column_KEY | Engagement_Tree_Column_Selector |