This table contains language-dependent information about a StoreCategory.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
A longer description of the StoreCategory, suitable for display to customers. |
DISPLAYNAME | VARCHAR (128) NULL |
A brief description of the StoreCategory, suitable for display to customers. |
LANGUAGE_ID | INTEGER NOT NULL |
The Language. For a list of language components, see the LANGUAGE table. |
STORECGRY_ID | INTEGER NOT NULL |
The StoreCategory. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035108910 | STORECGRY_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_949 | STORECGRY_ID | STORECGRY | STORECGRY_ID | Cascade |
F_950 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|