id |
bigint(20)
|
|
|
|
name |
varchar(160)
|
utf8_general_ci
|
|
|
channel |
enum('email', 'sms', 'both')
|
utf8_general_ci
|
|
|
status |
enum('draft', 'scheduled', 'sending', 'paused', 'completed', 'canceled')
|
utf8_general_ci
|
|
|
segment_id |
bigint(20)
|
|
|
|
email_template_id |
bigint(20)
|
|
|
|
sms_template_id |
bigint(20)
|
|
|
|
send_at |
datetime
|
|
|
|
localize_by_tz |
tinyint(1)
|
|
|
|
throttle_per_min |
int(11)
|
|
|
|
batch_size |
int(11)
|
|
|
|
max_queue_depth |
int(11)
|
|
|
|
pause_on_backlog |
tinyint(1)
|
|
|
|
ab_test_text |
mediumtext
|
utf8_general_ci
|
|
|
utm_source |
varchar(80)
|
utf8_general_ci
|
|
|
utm_medium |
varchar(80)
|
utf8_general_ci
|
|
|
utm_campaign |
varchar(120)
|
utf8_general_ci
|
|
|
exclude_logic_text |
mediumtext
|
utf8_general_ci
|
|
|
quiet_hours_text |
mediumtext
|
utf8_general_ci
|
|
|
window_text |
mediumtext
|
utf8_general_ci
|
|
|
retry_policy_text |
mediumtext
|
utf8_general_ci
|
|
|
max_attempts |
int(11)
|
|
|
|
retry_backoff_sec |
int(11)
|
|
|
|
created_at |
datetime
|
|
|
|
updated_at |
datetime
|
|
|
|