|
id
|
int(10) unsigned
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
subject
|
varchar(255)
|
|
|
|
|
content
|
text
|
|
|
|
|
htmlContent
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
draft
|
|
scheduledAt
|
datetime
|
|
|
|
|
sentAt
|
datetime
|
|
|
|
|
createdBy
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
totalSubscribers
|
int(10) unsigned
|
|
|
0
|
|
successfulSends
|
int(10) unsigned
|
|
|
0
|
|
failedSends
|
int(10) unsigned
|
|
|
0
|
|
openRate
|
decimal(5,2)
|
|
|
0.00
|
|
clickRate
|
decimal(5,2)
|
|
|
0.00
|
|
createdAt
|
datetime
|
|
|
current_timestamp()
|
|
updatedAt
|
datetime
|
|
|
current_timestamp()
|