WebSphere Commerce database table: DKPDCCATENTREL

Contains relationships between predefined configurations and the dynamic kit catalog entries for which they are built.


Column Description(s):
Column NameColumn TypeDescription
DKPREDEFCONF_ID BIGINT NOT NULL The ID of the predefined configuration.
CATENTRY_ID BIGINT NOT NULL The catalog entry ID of the dynamic kit for which this predefined configuration is built.
SEQUENCE INTEGER NOT NULL DEFAULT 0 The sequence number used to determine the order in which to display the component.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031221550 DKPREDEFCONF_ID+CATENTRY_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1185 CATENTRY_ID CATENTRY CATENTRY_ID Cascade
F_1184 DKPREDEFCONF_ID DKPREDEFCONF DKPREDEFCONF_ID Cascade

Feedback