Reference > Database > WebSphere Commerce database tables > E
WebSphere Commerce database table: EMLUSRRECV
This table stores whether the user prefers to receive e-mail activities or not.
Column Name Column Type Description USERS_ID BIGINT NOT NULL Foreign key to the USERS table. STOREENT_ID INTEGER NOT NULL A store for which the user has indicated a preference about whether they want to recieve e-mail. If a row contains a 0 in this column, it is considered applicable to all stores. RECEIVEEML INTEGER NOT NULL DEFAULT 0 This column contains a flag which indicates whether a user chooses to receive e-mail or not. Possible values include:
1 - Chooses to receive e-mail activities.
0 - Chooses not to receive e-mail activities.RECEIVESMS INTEGER NOT NULL DEFAULT 0 This column contains a flag which indicates whether a user chooses to receive marketing sms messages or not. Possible values include:
1 - Chooses to receive marketing sms messages.
0 - Chooses not to receive marketing sms messages.OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL100520030333220 USERS_ID+STOREENT_ID Primary Key I0000567 STOREENT_ID Non-Unique Index
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_967 STOREENT_ID STOREENT STOREENT_ID Cascade F_966 USERS_ID USERS USERS_ID Cascade _vcc_freeselect_bottom_