Each row in this table contains a description for a sub-type of terms and conditions.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (4000) NULL |
A description of the terms and conditions sub-type. |
LANGUAGE_ID | INTEGER NOT NULL |
This column contains an identifier indicating the language of the description. For a list of language components, see the LANGUAGE table. |
TCSUBTYPE_ID | CHARACTER (64) NOT NULL |
This column contains an identifier for the terms and conditions sub-type. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035128720 | TCSUBTYPE_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_829 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_830 | TCSUBTYPE_ID | TCSUBTYPE | TCSUBTYPE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|