smses

237618 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('smses_id_seq'::regclass)
member_id int4 10 null
members.id fk_autog808c2ef225 R
inbound bool 1 false
from_number text 2147483647 null
to_number text 2147483647 null
body text 2147483647 null
guid text 2147483647 null
status varchar 2147483647 null
text_blast_id int4 10 null
text_blasts.id fk_autog808c2ef226 R
clicked_at timestamp 29,6 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
external_id varchar 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
smses_pkey Primary key Asc id
index_smses_on_member_id Performance Asc member_id
index_smses_on_text_blast_id Performance Asc text_blast_id

Relationships