WebSphere Commerce database table: CATCONFINF

This table holds additional information for CatalogEntries that represent Configurable Products. This information may be required by an external configurator to configure this CatalogEntry.


Column Description(s):
Column NameColumn TypeDescription
CATENTRY_ID BIGINT NOT NULL The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be DynamicKitBean.
URL VARCHAR(254) The URL location of an external Product Configurator.
REFERENCE VARCHAR(4000) Reference information that is required by an external Product Configurator.
FIELD1 INTEGER Customizable.
FIELD2 DOUBLE Customizable.
FIELD3 VARCHAR(254) Customizable.
FIELD4 VARCHAR(254) Customizable.
FIELD5 TIMESTAMP Customizable.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031208340 CATENTRY_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_189 CATENTRY_ID CATENTRY CATENTRY_ID Cascade

Feedback