Each row of this table contains default information
for a Store.
Column Descriptions:
Name | Type | Description |
STORE_ID | INTEGER NOT NULL | The Store. |
CONTRACT_ID | BIGINT | The default Contract for the Store. |
SHIPMODE_ID | INTEGER | The default ShippingMode for the Store. |
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> | STORE_ID | Primary Key |
I0000785 | CONTRACT_ID | Non-Unique Index |
I0000786 | SHIPMODE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_786 | STORE_ID | STORE | STORE_ID | Cascade |
F_787 | SHIPMODE_ID | SHIPMODE | SHIPMODE_ID | Cascade |
F_788 | CONTRACT_ID | CONTRACT | CONTRACT_ID | Cascade |