email/message templates for notifications
| Name | Type | Default | Nullable |
| email_content | text | | true |
| email_subject | text | | true |
| name | text | | true |
| pushover_message | text | | true |
| pushover_title | text | | true |
| Name | Type | Definition |
| email_templates_name_key | UNIQUE | UNIQUE (name) |
| Name | Definition |
| email_templates_name_key | CREATE UNIQUE INDEX email_templates_name_key ON public.email_templates USING btree (name) |
erDiagram
"public.email_templates" {
text email_content ""
text email_subject ""
text name ""
text pushover_message ""
text pushover_title ""
}
Generated by tbls