Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||||||||||
date_entered | DATETIME | 26 | √ | null |
|
|
||||||||||
date_modified | DATETIME | 26 | √ | null |
|
|
||||||||||
modified_user_id | CHAR | 36 | √ | null |
|
|
||||||||||
created_by | CHAR | 36 | √ | null |
|
|
||||||||||
published | VARCHAR | 3 | √ | null |
|
|
||||||||||
name | VARCHAR | 255 | √ | null |
|
|
||||||||||
description | TEXT | 65535 | √ | null |
|
|
||||||||||
subject | VARCHAR | 255 | √ | null |
|
|
||||||||||
body | TEXT | 65535 | √ | null |
|
|
||||||||||
body_html | TEXT | 65535 | √ | null |
|
|
||||||||||
deleted | BIT | 1 | √ | 0 |
|
|
||||||||||
base_module | VARCHAR | 50 | √ | null |
|
|
||||||||||
from_name | VARCHAR | 255 | √ | null |
|
|
||||||||||
from_address | VARCHAR | 255 | √ | null |
|
|
||||||||||
text_only | BIT | 1 | √ | 0 |
|
|
||||||||||
type | VARCHAR | 255 | √ |
|
|
|||||||||||
has_variables | BIT | 1 | √ | 0 |
|
|
||||||||||
assigned_user_id | CHAR | 36 | √ | null |
|
|
||||||||||
team_id | CHAR | 36 | √ | null |
|
|
||||||||||
team_set_id | CHAR | 36 | √ | null |
|
|
||||||||||
acl_team_set_id | CHAR | 36 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_email_template_name | Performance | Asc | name |
idx_email_templates_acl_tmst_id | Performance | Asc/Asc | acl_team_set_id + deleted |
idx_email_templates_assigned_del | Performance | Asc/Asc | assigned_user_id + deleted |
idx_email_templates_tmst_id | Performance | Asc/Asc | team_set_id + deleted |
idx_emailtemplate_date_entered | Performance | Asc | date_entered |
idx_emailtemplate_date_modified | Performance | Asc | date_modified |
idx_emailtemplate_type | Performance | Asc | type |