Each row of this table contains information about a
BaseItem for a particular Store (or all the Stores in a StoreGroup)
and FulfillmentCenter.
Column Descriptions:
| Name | Type | Description |
| BASEITEM_ID | BIGINT NOT NULL | The BaseItem. |
| STOREENT_ID | INTEGER NOT NULL | The Store or StoreGroup for this row. Attributes
in this row apply to the specified Store, or to Stores in the
specified StoreGroup that do not have their own row. |
| FFMCENTER_ID | INTEGER NOT NULL | The FulfillmentCenter. |
| SHIPPINGOFFSET | INTEGER NOT NULL DEFAULT 86400 | An estimate of the number of seconds it takes
from the time an OrderItem is released for fulfillment until it is
shipped to the customer. |
| 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> | BASEITEM_ID+STOREENT_ID+FFMCENTER_ID | Primary Key |
| I0000797 | FFMCENTER_ID | Non-Unique Index |
| I0000798 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_805 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
| F_806 | FFMCENTER_ID | FFMCENTER | FFMCENTER_ID | Cascade |
| F_807 | BASEITEM_ID | BASEITEM | BASEITEM_ID | Cascade |