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 Descriptions
Column Name Column Type Description
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.

Indexes
Index Name Indexed Column Names Index Type
SQL060903235144580 CONTRACT_ID Primary Key

Constraints
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_912 CONTRACT_ID CONTRACT CONTRACT_ID Cascade
Related reference