Contains relationships between predefined
configurations and the offers that price them.
Column Descriptions:
Name | Type | Description |
DKPREDEFCONF_ID | BIGINT NOT NULL | The ID of the predefined configuration. |
OFFER_ID | BIGINT NOT NULL | The offer ID assigned to the predefined
configuration. |
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> | DKPREDEFCONF_ID | Primary Key |
I0000917 | OFFER_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1179 | DKPREDEFCONF_ID | DKPREDEFCONF | DKPREDEFCONF_ID | Cascade |
F_1180 | OFFER_ID | OFFER | OFFER_ID | Cascade |