WebSphere Commerce database table: STORECGRP

This table holds the relationship between StoreEntities and the CatalogGroups that they can display and process.


Column Description(s):
Column NameColumn TypeDescription
STOREENT_ID INTEGER NOT NULL The reference number of the Store Entity.
CATGROUP_ID BIGINT NOT NULL The reference number of the Catalog Group.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031314570 STOREENT_ID+CATGROUP_ID Primary Key
I0000783 CATGROUP_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_783 CATGROUP_ID CATGROUP CATGROUP_ID Cascade
F_782 STOREENT_ID STOREENT STOREENT_ID Cascade

Feedback