text_blasts

166 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('text_blasts_id_seq'::regclass)
smses.text_blast_id fk_autog808c2ef226 R
text_blast_links.text_blast_id fk_rails_9eb1562a40 R
name text 2147483647 null
body text 2147483647 null
list_id int4 10 null
lists.id fk_autog808c2ef228 R
sent_at timestamp 29,6 null
finished_sending_at timestamp 29,6 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
direct_communication bool 1 null
total_clicks int4 10 null
total_bounces int4 10 null
total_unsubscribes int4 10 null
parent_inbound_text_id int4 10 null
scheduled_for timestamp 29,6 null
member_count int4 10 null

Indexes

Constraint Name Type Sort Column(s)
text_blasts_pkey Primary key Asc id
index_text_blasts_on_list_id Performance Asc list_id

Relationships