sources

574004 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('sources_id_seq'::regclass)
member_actions.source_id fk_autog808c2ef231 R
medium text 2147483647 'default'::text
source text 2147483647 'default'::text
campaign text 2147483647 'unknown'::text
amount_spent float8 17,17 null
updated_at timestamp 29,6 null
created_at timestamp 29,6 null
mailing_id int4 10 null
mailings.id fk_rails_ba9f797d05 R

Indexes

Constraint Name Type Sort Column(s)
sources_pkey Primary key Asc id
index_sources_on_campaign Performance Asc campaign
index_sources_on_mailing_id Performance Asc mailing_id
index_sources_on_medium Performance Asc medium
index_sources_on_source Performance Asc source
index_sources_on_source_and_medium_and_campaign Must be unique Asc/Asc/Asc source + medium + campaign

Relationships