This table contains the store relationship type descriptions.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
The description of the store relationship type. |
LANGUAGE_ID | INTEGER NOT NULL |
The language of the description. |
STRELTYP_ID | INTEGER NOT NULL |
The store relationship type that is being described. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035120760 | LANGUAGE_ID, STRELTYP_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_918 | STRELTYP_ID | STRELTYP | STRELTYP_ID | Cascade |
F_920 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|