WebSphere Commerce database table: EMLCAMPREL

This table stores the relationship between an e-mail activity and a campaign. Each row represents the campaign to which the e-mail activity belongs.


Column Description(s):
Column NameColumn TypeDescription
EMLPROMO_ID INTEGER NOT NULL Reference Key to the EMLPROMO table.
CAMPAIGN_ID INTEGER NOT NULL Reference Key to the CAMPAIGN table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031224290 EMLPROMO_ID Primary Key
I0000377 CAMPAIGN_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1041 CAMPAIGN_ID CAMPAIGN CAMPAIGN_ID Cascade
F_1040 EMLPROMO_ID EMLPROMO EMLPROMO_ID Cascade

Feedback