This table stores a description for TradingAgreement types in multiple languages.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (4000) NULL |
A description of the TradingAgreement type. |
LANGUAGE_ID | INTEGER NOT NULL |
Identifies the language of the TradingAgreement type description. For a list of language components, see the LANGUAGE table. |
TRDTYPE_ID | INTEGER NOT NULL |
An identifier for the TradingAgreement type. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035139250 | TRDTYPE_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_883 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_884 | TRDTYPE_ID | TRDTYPE | TRDTYPE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|