WebSphere Commerce database table: CPEMAILMAP

This table stores the mapping between the coupon ID and the e-mail IDs of guest customers to whom specific coupon IDs were sent.


Column Description(s):
Column NameColumn TypeDescription
CPWALLET_ID BIGINT NOT NULL Foreign key to the CPWALLET table. This identifies the wallet.
SHOPPEREMAILID CHAR(64) NOT NULL Primary key. The e-mail ID of the customer.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031216640 CPWALLET_ID Primary Key
I0000276 SHOPPEREMAILID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_974 CPWALLET_ID CPWALLET CPWALLET_ID Cascade

Feedback