Each row of this table associates a catalog with a
contract.
Column Descriptions:
Name | Type | Description |
CATALOG_ID | BIGINT NOT NULL | The identifier of the catalog. |
CONTRACT_ID | BIGINT NOT NULL | The identifier of the contract. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | CONTRACT_ID+CATALOG_ID | Primary Key |
I0000513 | CATALOG_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_187 | CATALOG_ID | CATALOG | CATALOG_ID | Cascade |
F_188 | CONTRACT_ID | CONTRACT | CONTRACT_ID | Cascade |