Each row of this table contains default information for a Store.
Column Name | Column Type | Column Description |
---|---|---|
CONTRACT_ID | BIGINT NULL |
The default Contract for the Store. |
SHIPMODE_ID | INTEGER NULL |
The default ShippingMode for the Store. |
STORE_ID | INTEGER NOT NULL |
The Store. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035113890 | STORE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint 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 |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|