MageSmith

📄 Magento_Email · engine innodb

email_template

Email Templates

Columns (13)

NameTypeNullDefaultComment
template_id PKint unsignednoTemplate ID
template_code varchar(150) noTemplate Name
template_text text noTemplate Content
template_styles text yesTemplste Styles
template_type int unsignedyesTemplate Type
template_subject varchar(200) noTemplate Subject
template_sender_name varchar(200) yesTemplate Sender Name
template_sender_email varchar(200) yesTemplate Sender Email
added_at timestamp noCURRENT_TIMESTAMPDate of Template Creation
modified_at timestamp noCURRENT_TIMESTAMPDate of Template Modification
orig_template_code varchar(200) yesOriginal Template Code
orig_template_variables text yesOriginal Template Variables
is_legacy boolean nofalseShould the template render in legacy mode

Keys & indexes

Primary key: template_id

Unique

  • EMAIL_TEMPLATE_TEMPLATE_CODE (template_code)

Indexes

  • EMAIL_TEMPLATE_ADDED_AT (added_at) btree
  • EMAIL_TEMPLATE_MODIFIED_AT (modified_at) btree