Table: dbo.Filter_Selection_Type | |||
Table storing the different locations the user might use filters. | |||
Columns | |||
Name | Type | Constraints | Description |
filter_selection_type_KEY | int (4) | NOT NULL | Unique primary key for the table. |
description | nvarchar (100) | NOT NULL | Description of filter selection being saved. Generally the location the filter is used. |
Primary key | |||
Name | Columns | Description | |
PK_Filter_Selection_Type | filter_selection_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Filter_Selection_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Filter_Selection__Filter_Selection_Type__filter_selection_type_KEY | filter_selection_type_KEY | Filter_Selection |