Each row contains the expected ship date of a
backordered OrderItem.
Column Descriptions:
Name | Type | Description |
ORDERITEMS_ID | BIGINT NOT NULL | The OrderItem that is backordered. |
DATEEXPECTED | TIMESTAMP | Expected ship date for the backordered Item. |
LASTUPDATE | TIMESTAMP | Timestamp of the last update. |
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> | ORDERITEMS_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_126 | ORDERITEMS_ID | ORDERITEMS | ORDERITEMS_ID | Cascade |