mailing_templates

33 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('mailing_templates_id_seq'::regclass)
mailings.mailing_template_id fk_rails_276ef7bde1 R
name text 2147483647 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
header_html text 2147483647 null
footer_html text 2147483647 null
header_plain text 2147483647 null
footer_plain text 2147483647 null
default bool 1 null

Indexes

Constraint Name Type Sort Column(s)
mailing_templates_pkey Primary key Asc id

Relationships