Each row of this table indicates an Offer that was
searched to obtain the price for an OrderItem. These rows are
created by the OrderItemAdd and OrderItemUpdate commands.
Column Descriptions:
| Name | Type | Description |
| OFFER_ID | BIGINT NOT NULL | The Offer. |
| ORDERITEMS_ID | BIGINT NOT NULL | The OrderItem. |
| 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> | ORDERITEMS_ID+OFFER_ID | Primary Key |
| I0000658 | OFFER_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_525 | OFFER_ID | OFFER | OFFER_ID | Cascade |
| F_526 | ORDERITEMS_ID | ORDERITEMS | ORDERITEMS_ID | Cascade |