Table: Option_List | |||
Columns | |||
Name | Type | Constraints | Description |
table_information_KEY | int | NOT NULL | |
option_value | int | NOT NULL | |
locale | nvarchar (128) | NOT NULL | |
description | nvarchar (250) | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Option_List$table_information_KEY$locale$option_value | table_information_KEY, locale, option_value | CLUSTERED |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Option_List__Table_Information__table_information_KEY | table_information_KEY | Table_Information |