mailing_components

7830 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('mailing_components_id_seq'::regclass)
name text 2147483647 null
description text 2147483647 null
merge_tag text 2147483647 null
template text 2147483647 null
mailing_id int4 10 null
mailings.id fk_rails_b1b4019994 R
global bool 1 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
mailing_components_pkey Primary key Asc id
index_mailing_components_on_mailing_id Performance Asc mailing_id

Relationships