email_sending_message

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
email_sending_attachment.message_id fk_email_attachment_message C
version int4 10 1
create_ts timestamp 29,6 null
created_by varchar 50 null
update_ts timestamp 29,6 null
updated_by varchar 50 null
delete_ts timestamp 29,6 null
deleted_by varchar 50 null
address_to text 2147483647 null
address_from varchar 100 null
address_cc text 2147483647 null
address_bcc text 2147483647 null
subject varchar 500 null
content_text text 2147483647 null
content_text_file text 2147483647 null
status int4 10 null
date_sent timestamp 29,6 null
attachments_name text 2147483647 null
deadline timestamp 29,6 null
attempts_limit int4 10 null
attempts_made int4 10 null
email_headers varchar 500 null
body_content_type varchar 50 null
sys_tenant_id varchar 255 null
important bool 1 null

Indexes

Constraint Name Type Sort Column(s)
EMAIL_SENDING_MESSAGE_pkey Primary key Asc id

Relationships