Database Table: CATCNTR

Each row of this table associates a Catalog with a Contract.

Column Name Column Type Column Description
CATALOG_ID BIGINT
NOT NULL
The Catalog.
CONTRACT_ID BIGINT
NOT NULL
The Contract.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034857040 CONTRACT_ID, CATALOG_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_187 CATALOG_ID CATALOG CATALOG_ID Cascade
F_188 CONTRACT_ID CONTRACT CONTRACT_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable