WebSphere Commerce database table: EMLCONTENT

Stores the content of the e-mail template.


Column Description(s):
Column NameColumn TypeDescription
EMLCONTENT_ID INTEGER NOT NULL The primary key.
LASTMODIFY TIMESTAMP The date on which the last modification was performed
RECORDOPEN SMALLINT Indicates whether the open rate is recorded when the e-mail content is used: 1 - record the e-mail open 0 - do not record the e-mail open rate
EMLSUBJECT VARCHAR(254) NOT NULL The subject of the e-mail message.
EMLBODY CLOB NOT NULL The body of the e-mail message.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031224580 EMLCONTENT_ID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_1211 EMLCONTENT_ID EMLMCREL EMLCONTENT_ID Cascade

Feedback