Table: dbo.Filter_Range_Cache
Columns
NameTypeConstraintsDescription
filter_range_cache_KEYint (4)NOT NULLDatabase assigned primary key for this table.
update__staff_KEYint (4)NOT NULLKey of Staff who last modified this row.
update_datedatetime (8, 3)NOT NULLThe date and time that this row was last modified.
filter_range_KEYint (4)NOT NULLKey to the range this cached item is for.
selectedint (4)NOT NULLThe value of the primary key for the selected item.
create_datedatetime (8, 3)NOT NULL
Primary key
NameColumnsDescription
PK_Filter_Range_Cachefilter_range_cache_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Filter_Range_Cache__Filter_Range__filter_range_KEYfilter_range_KEYFilter_Range (filter_range_KEY)

Schema diagram