WebSphere Commerce database table: EMLRCPTS

This table records the recipients of an e-mail activity.


Column Description(s):
Column NameColumn TypeDescription
EMLPROMO_ID INTEGER NOT NULL Foreign key to the EMLPROMO table.
COUNT INTEGER NOT NULL The total number of users to which the e-mail activity was sent.
RECIPIENTS CLOB Contains the e-mail address and ID information of the users to which the e-mail activity was sent.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031225630 EMLPROMO_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_960 EMLPROMO_ID EMLPROMO EMLPROMO_ID Cascade

Feedback