WebSphere Commerce database table: CNTRSTORE

This table contains Store information for a Contract. The data is used to persist XML data needed by a contract to create a Store.


Column Description(s):
Column NameColumn TypeDescription
CONTRACT_ID BIGINT NOT NULL Unique identifier for a Contract.
STOREXML CLOB NOT NULL The XML definition of the Store to be created.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031215390 CONTRACT_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_912 CONTRACT_ID CONTRACT CONTRACT_ID Cascade

Feedback