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 Name Column Type Column Description
CATENTRY_ID BIGINT
NOT NULL
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
FIELD1 INTEGER
NULL
Customizable.
FIELD2 DOUBLE
NULL
Customizable.
FIELD3 VARCHAR (254)
NULL
Customizable.
FIELD4 VARCHAR (254)
NULL
Customizable.
FIELD5 TIMESTAMP
NULL
Customizable.
REFERENCE VARCHAR (4000)
NULL
Reference information that is required by an external Product Configurator.
URL VARCHAR (254)
NULL
The URL location of an external Product Configurator.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034857640 CATENTRY_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_189 CATENTRY_ID CATENTRY CATENTRY_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable