NAME
Email::Sender::Server::Schema::Result::Message
COMPONENTS LOADED
TABLE: message
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
worker
data_type: 'integer'
default_value: null
is_nullable: 1
attempt
data_type: 'integer'
default_value: 0
is_nullable: 1
status
data_type: 'text'
default_value: 'queued'
is_nullable: 1
to
data_type: 'text'
is_nullable: 0
reply_to
data_type: 'text'
is_nullable: 1
from
data_type: 'text'
is_nullable: 0
cc
data_type: 'text'
is_nullable: 1
bcc
data_type: 'text'
is_nullable: 1
subject
data_type: 'text'
is_nullable: 0
body_text
data_type: 'text'
is_nullable: 1
body_html
data_type: 'text'
is_nullable: 1
created
data_type: 'text'
is_nullable: 1
updated
data_type: 'text'
is_nullable: 1
PRIMARY KEY
RELATIONS
attachments
Type: has_many
Related object: Email::Sender::Server::Schema::Result::Attachment
headers
Type: has_many
Related object: Email::Sender::Server::Schema::Result::Header
logs
Type: has_many
Related object: Email::Sender::Server::Schema::Result::Log
tags
Type: has_many
Related object: Email::Sender::Server::Schema::Result::Tag