TCTYPE
This table contains the types of terms and conditions.
Column Descriptions:
Name | Type | Description |
---|---|---|
TCTYPE_ID | CHAR (64) NOT NULL | A unique identifier for the term or condition. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented. |
Indexes:
Name | Column Names | Type |
---|---|---|
<SYSTEM-GENERATED> | TCTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
---|---|---|---|---|
F_831 | TCTYPE_ID | TCSUBTYPE | TCTYPE_ID | Cascade |