Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

public.email_templates

Description

email/message templates for notifications

Columns

NameTypeDefaultNullable
email_contenttexttrue
email_subjecttexttrue
nametexttrue
pushover_messagetexttrue
pushover_titletexttrue

Constraints

NameTypeDefinition
email_templates_name_keyUNIQUEUNIQUE (name)

Indexes

NameDefinition
email_templates_name_keyCREATE UNIQUE INDEX email_templates_name_key ON public.email_templates USING btree (name)

Relations

erDiagram


"public.email_templates" {
  text email_content ""
  text email_subject ""
  text name ""
  text pushover_message ""
  text pushover_title ""
}

Generated by tbls