WebSphere Commerce database table: STORECENT

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


Column Description(s):
Column NameColumn TypeDescription
STOREENT_ID INTEGER NOT NULL The reference number of the StoreEntity.
CATENTRY_ID BIGINT NOT NULL The reference number of the CatalogEntry.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031314350 STOREENT_ID+CATENTRY_ID Primary Key
I0000345 CATENTRY_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_781 CATENTRY_ID CATENTRY CATENTRY_ID Cascade
F_780 STOREENT_ID STOREENT STOREENT_ID Cascade

Feedback