Table discourse.public.email_logs Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id serial 10  √  nextval('email_logs_id_seq'::regclass)
to_address varchar 255
email_type varchar 255
user_id int4 10  √  null
created_at timestamp 29,6
updated_at timestamp 29,6
reply_key varchar 32  √  null
post_id int4 10  √  null
topic_id int4 10  √  null
skipped bool 1  √  false
skipped_reason varchar 255  √  null

Table contained 58 rows at Fri Mar 27 12:26 PDT 2015

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc email_logs_pkey
created_at Performance Desc index_email_logs_on_created_at
reply_key Performance Asc index_email_logs_on_reply_key
skipped + created_at Performance Asc/Asc index_email_logs_on_skipped_and_created_at
user_id + created_at Performance Asc/Desc index_email_logs_on_user_id_and_created_at