email_log

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
log_id bigserial 19 nextval('email_log_log_id_seq'::regclass)
email_log_users.email_log_id email_log_users_email_log_id_foreignC
assoc_type int8 19 null
assoc_id int8 19 null
sender_id int8 19 null
date_sent timestamp 22 null
event_type int8 19 null
from_address varchar 255 null
recipients text 2147483647 null
cc_recipients text 2147483647 null
bcc_recipients text 2147483647 null
subject varchar 255 null
body text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
email_log_pkey Primary key Asc log_id
email_log_assoc Performance Asc/Asc assoc_type + assoc_id

Relationships