Each row of this table represents a StoreGroup. A StoreGroup
contains information that can be used by the Stores in that StoreGroup. A
StoreGroup is a StoreEntity. In WebSphere Commerce there is only one
StoreGroup.
Column Name |
Column Type |
Column Description |
FIELD1 |
VARCHAR (254)
NULL |
Customizable. |
STOREGRP_ID |
INTEGER
NOT NULL |
Generated unique key. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035115120 |
STOREGRP_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_795 |
STOREGRP_ID |
STOREENT |
STOREENT_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_774 |
STOREGRP_ID |
STORE |
STOREGRP_ID |
Cascade |
