|
id
|
int(10) unsigned
|
|
|
|
|
batch_id
|
varchar(36)
|
|
|
|
|
to_email
|
varchar(255)
|
|
|
|
|
to_name
|
varchar(255)
|
|
|
|
|
subject
|
varchar(255)
|
|
|
|
|
body
|
text
|
|
|
|
|
priority
|
int(11)
|
|
|
1
|
|
status
|
varchar(20)
|
|
|
pending
|
|
attempts
|
int(11)
|
|
|
0
|
|
max_attempts
|
int(11)
|
|
|
3
|
|
error_message
|
text
|
|
|
|
|
scheduled_at
|
timestamp
|
|
|
|
|
sent_at
|
timestamp
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|