This table holds language-dependent information related to a Catalog.
Column Name | Column Type | Column Description |
---|---|---|
CATALOG_ID | BIGINT NOT NULL |
The internal reference number relating this language specific information to a Catalog. |
FULLIMAGE | VARCHAR (254) NULL |
The image path of this Catalog. |
LANGUAGE_ID | INTEGER NOT NULL |
The identifier of the Language. For a list of language components, see the LANGUAGE table. |
LONGDESCRIPTION | VARCHAR (4000) NULL |
A long description of this Catalog. |
NAME | VARCHAR (254) NOT NULL |
The language-dependent name of this Catalog. |
SHORTDESCRIPTION | VARCHAR (254) NULL |
A short description of this Catalog. |
THUMBNAIL | VARCHAR (254) NULL |
The thumbnail image path of this Catalog. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034855760 | LANGUAGE_ID, CATALOG_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_184 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_185 | CATALOG_ID | CATALOG | CATALOG_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|