Each row contains the expected ship date of a backordered OrderItem.
Column Name | Column Type | Column Description |
---|---|---|
DATEEXPECTED | TIMESTAMP NULL |
Expected ship date for the backordered Item. |
LASTUPDATE | TIMESTAMP NULL |
Timestamp of the last update. |
ORDERITEMS_ID | BIGINT NOT NULL |
The OrderItem that is backordered. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034844500 | ORDERITEMS_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_126 | ORDERITEMS_ID | ORDERITEMS | ORDERITEMS_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|