Database – Email Template Entity (email_template_entity)
Description
Holds template information for emails, such as formatting and variables to use from different entities.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
name | varchar(100) | Entity name | ||
email_subject | text | email subject | ||
email_content | text | email content | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |