| Table: dbo.Filter_Range_Cache | |||
| Columns | |||
| Name | Type | Constraints | Description |
| filter_range_cache_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
| update__staff_KEY | int (4) | NOT NULL | Key of Staff who last modified this row. |
| update_date | datetime (8, 3) | NOT NULL | The date and time that this row was last modified. |
| filter_range_KEY | int (4) | NOT NULL | Key to the range this cached item is for. |
| selected | int (4) | NOT NULL | The value of the primary key for the selected item. |
| create_date | datetime (8, 3) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Filter_Range_Cache | filter_range_cache_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Filter_Range_Cache__Filter_Range__filter_range_KEY | filter_range_KEY | Filter_Range (filter_range_KEY) | |