MageSmith

📣 Magento_Newsletter · engine innodb

newsletter_template

Newsletter Template

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["newsletter_template"]:::center
  n0["newsletter_queue"]
  click n0 "/schema/table/newsletter_queue"
  c -- template_id --> n0
  click c "/schema/table/newsletter_template"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (12)

NameTypeNullDefaultComment
template_id PKint unsignednoTemplate ID
template_code varchar(150) yesTemplate Code
template_text text yesTemplate Text
template_styles text yesTemplate Styles
template_type int unsignedyesTemplate Type
template_subject varchar(200) yesTemplate Subject
template_sender_name varchar(200) yesTemplate Sender Name
template_sender_email varchar(200) yesTemplate Sender Email
template_actual smallint unsignedyes1Template Actual
added_at timestamp yesAdded At
modified_at timestamp yesModified At
is_legacy boolean nofalseShould the template render in legacy mode

Keys & indexes

Primary key: template_id

Indexes

  • NEWSLETTER_TEMPLATE_TEMPLATE_ACTUAL (template_actual) btree
  • NEWSLETTER_TEMPLATE_ADDED_AT (added_at) btree
  • NEWSLETTER_TEMPLATE_MODIFIED_AT (modified_at) btree

Referenced by (1)