| Table: Filter_Select | |||
| Columns | |||
| Name | Type | Constraints | Description |
| filter_select_KEY | int | NOT NULL | AUTO-INCREMENT: Database assigned primary key for this table. |
| update__staff_KEY | int | NOT NULL | |
| update_date | datetime | NOT NULL | |
| filter_line_KEY | int | NOT NULL | Key of the Filter Line this value is for. |
| selected | int | NOT NULL | The value of the primary key for the selected item. |
| create_date | datetime | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Filter_Select$filter_select_KEY | filter_select_KEY | CLUSTERED | |
| Indexes | |||
| Name | Columns | Description | |
| IX_Filter_Select$filter_line_KEY | filter_line_KEY | Index supports foreign key FK_Filter_Select__Filter_Line__filter_line_KEY | |
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Filter_Select__Filter_Line__filter_line_KEY | filter_line_KEY | Filter_Line | on delete cascade; |