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 Name | Column Type | Description |
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 Name | Indexed Column Names | Index Type |
SQL050212031216640 |
CPWALLET_ID |
Primary Key |
I0000276 |
SHOPPEREMAILID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_974 |
CPWALLET_ID |
CPWALLET |
CPWALLET_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.