This commit is contained in:
yuri
2015-03-03 11:20:56 +02:00
parent 99d2f14008
commit f10dd19446
@@ -1,9 +1,10 @@
{
"fields": {
"action": {
"type": "varchar",
"type": "enum",
"required": true,
"maxLength": 50
"maxLength": 50,
"options": ["Sent", "Viewed", "Opted Out", "Bounced", "Link Clicked", "Lead Created"]
},
"actionDate": {
"type": "datetime",
@@ -12,6 +13,10 @@
"data": {
"type": "jsonObject"
},
"stringData": {
"type": "varchar",
"maxLength": 100
},
"application": {
"type": "varchar",
"required": true,