app_email_to_user_queue

-1 rows


Description

Emails that are queued to be sent later

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_email_to_user_queue_id_seq'::regclass)
to_user_id int8 19 null
app_user.id Defined in XML R
to_user text 2147483647 null
from_user text 2147483647 null
subject text 2147483647 null
messagetext text 2147483647 null
messagehtml text 2147483647 null
usetrueaddress int2 5 null
replyto text 2147483647 null
replytoname text 2147483647 null
wordwrapwidth int8 19 null
override_fullname_display int2 5 null
notification_log_id int8 19 null
time_created int8 19 null
status int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_emaitouserqueu_id_pk Primary key Asc id
app_emaitouserqueu_sta_ix Performance Asc status
app_emaitouserqueu_to__ix Performance Asc to_user_id

Relationships