Database Table: PATTRPROD

The relationship table between the PATTRIBUTE and CATENTRY tables.

Column Name Column Type Column Description
CATENTRY_ID BIGINT
NOT NULL
The internal reference number of the CatalogEntry.
PATTRIBUTE_ID BIGINT
NOT NULL
The internal reference number of the P Attribute.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035028650 PATTRIBUTE_ID, CATENTRY_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_567 PATTRIBUTE_ID PATTRIBUTE PATTRIBUTE_ID Cascade
F_568 CATENTRY_ID CATENTRY CATENTRY_ID Cascade

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