lists

1353 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('lists_id_seq'::regclass)
list_members.list_id list_members_list_foreign_key R
mailings.list_id fk_rails_7bab31aa47 R
notifications.list_id fk_autog808c2ef217 R
syncs.list_id fk_rails_49103f8a7e R
text_blasts.list_id fk_autog808c2ef228 R
name text 2147483647 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
member_count int4 10 0
synced_to_redshift bool 1 false
permanent bool 1 false
search_id int8 19 null
searches.id fk_rails_e058996e93 R
author_id int8 19 null
members.id fk_rails_05248244fd R

Indexes

Constraint Name Type Sort Column(s)
lists_pkey Primary key Asc id
index_lists_on_author_id Performance Asc author_id
index_lists_on_permanent Performance Asc permanent
index_lists_on_search_id Performance Asc search_id
index_lists_on_synced_to_redshift Performance Asc synced_to_redshift

Relationships