WebSphere Commerce database table: EMLMCREL

Stores the relationship between EMLMSG and EMLCONTENT table.


Column Description(s):
Column NameColumn TypeDescription
EMLMSG_ID INTEGER NOT NULL Reference to the EMLMSG_ID in the EMLMSG table.
EMLCONTENT_ID INTEGER NOT NULL Reference to the EMLCONTENT_ID in the EMLCONTENT table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031224870 EMLMSG_ID+EMLCONTENT_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1211 EMLCONTENT_ID EMLCONTENT EMLCONTENT_ID Cascade
F_1210 EMLMSG_ID EMLMSG EMLMSG_ID Cascade

Feedback