Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| email_id | BIGINT | 19 | √ | null |
|
|
||||
| email_key | VARCHAR | 255 | null |
|
|
Unique identifier for this email. |
||||
| context_id | BIGINT | 19 | null |
|
|
|||||
| alternate_to | VARCHAR | 255 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | email_id |
| email_templates_alternate_to | Performance | Asc | alternate_to |
| email_templates_context_id | Performance | Asc | context_id |
| email_templates_email_key | Must be unique | Asc/Asc | email_key + context_id |

