diff --git a/xml/schema/Core/Cache.xml b/xml/schema/Core/Cache.xml index de80e3da7d8e..29445f1aa986 100644 --- a/xml/schema/Core/Cache.xml +++ b/xml/schema/Core/Cache.xml @@ -75,13 +75,16 @@ created_date - datetime + timestamp + CURRENT_TIMESTAMP When was the cache item created 2.1 expired_date - datetime + timestamp + NULL + false When should the cache item expire 2.1 diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index bc011d4d2b9b..45429a4afff9 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -55,8 +55,9 @@ last_run - datetime + timestamp NULL + false When was this cron entry last run 4.1 diff --git a/xml/schema/Mailing/Event/Bounce.xml b/xml/schema/Mailing/Event/Bounce.xml index a76feedbe91d..c2b6aa40e4d0 100644 --- a/xml/schema/Mailing/Event/Bounce.xml +++ b/xml/schema/Mailing/Event/Bounce.xml @@ -53,7 +53,8 @@ time_stamp Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this bounce event occurred. diff --git a/xml/schema/Mailing/Event/Confirm.xml b/xml/schema/Mailing/Event/Confirm.xml index 0dc679c0b0df..338b06eebb43 100644 --- a/xml/schema/Mailing/Event/Confirm.xml +++ b/xml/schema/Mailing/Event/Confirm.xml @@ -32,7 +32,8 @@ time_stamp Confirm Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this confirmation event occurred. diff --git a/xml/schema/Mailing/Event/Delivered.xml b/xml/schema/Mailing/Event/Delivered.xml index 46ddba2eec46..a38b0c5b773e 100644 --- a/xml/schema/Mailing/Event/Delivered.xml +++ b/xml/schema/Mailing/Event/Delivered.xml @@ -32,7 +32,8 @@ time_stamp Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this delivery event occurred. diff --git a/xml/schema/Mailing/Event/Forward.xml b/xml/schema/Mailing/Event/Forward.xml index 4fe391110df2..442d8c8b95a8 100644 --- a/xml/schema/Mailing/Event/Forward.xml +++ b/xml/schema/Mailing/Event/Forward.xml @@ -44,7 +44,8 @@ time_stamp Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this forward event occurred. diff --git a/xml/schema/Mailing/Event/Opened.xml b/xml/schema/Mailing/Event/Opened.xml index 2d69ef13f254..814fcb365f8f 100644 --- a/xml/schema/Mailing/Event/Opened.xml +++ b/xml/schema/Mailing/Event/Opened.xml @@ -32,7 +32,8 @@ time_stamp Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this open event occurred. diff --git a/xml/schema/Mailing/Event/Reply.xml b/xml/schema/Mailing/Event/Reply.xml index a6020e186dbf..d4084592e965 100644 --- a/xml/schema/Mailing/Event/Reply.xml +++ b/xml/schema/Mailing/Event/Reply.xml @@ -32,7 +32,8 @@ time_stamp Reply Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this reply event occurred. diff --git a/xml/schema/Mailing/Event/Subscribe.xml b/xml/schema/Mailing/Event/Subscribe.xml index e281de844326..67f50439efbe 100644 --- a/xml/schema/Mailing/Event/Subscribe.xml +++ b/xml/schema/Mailing/Event/Subscribe.xml @@ -61,7 +61,8 @@ time_stamp Mailing Subscribe Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this subscription event occurred. diff --git a/xml/schema/Mailing/Event/TrackableURLOpen.xml b/xml/schema/Mailing/Event/TrackableURLOpen.xml index 17f0e0e95b5c..fd1150f46344 100644 --- a/xml/schema/Mailing/Event/TrackableURLOpen.xml +++ b/xml/schema/Mailing/Event/TrackableURLOpen.xml @@ -45,7 +45,8 @@ time_stamp Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this trackable URL open occurred. diff --git a/xml/schema/Mailing/Event/Unsubscribe.xml b/xml/schema/Mailing/Event/Unsubscribe.xml index 3504bf8c8142..1dde5f098612 100644 --- a/xml/schema/Mailing/Event/Unsubscribe.xml +++ b/xml/schema/Mailing/Event/Unsubscribe.xml @@ -39,7 +39,8 @@ time_stamp Unsubscribe Timestamp - datetime + timestamp + CURRENT_TIMESTAMP true When this delivery event occurred. diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 20a0fe6bf49e..25d2488079bc 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -271,12 +271,15 @@ created_date - datetime + timestamp + CURRENT_TIMESTAMP + false Mailing Created Date Date and time this mailing was created. 3.0 Select Date + activityDateTime @@ -293,10 +296,16 @@ scheduled_date - datetime + timestamp + NULL + false Mailing Scheduled Date Date and time this mailing was scheduled. 3.3 + + Select Date + activityDateTime + approver_id @@ -312,10 +321,16 @@ approval_date - datetime + timestamp + NULL + false Mailing Approved Date Date and time this mailing was approved. 3.3 + + Select Date + activityDateTime + approval_status_id diff --git a/xml/schema/Mailing/MailingAB.xml b/xml/schema/Mailing/MailingAB.xml index 8256aea13535..8bacee1aa718 100644 --- a/xml/schema/Mailing/MailingAB.xml +++ b/xml/schema/Mailing/MailingAB.xml @@ -121,7 +121,9 @@ created_date AB Test Created Date - datetime + timestamp + false + CURRENT_TIMESTAMP When was this item created 4.6 diff --git a/xml/schema/Mailing/MailingJob.xml b/xml/schema/Mailing/MailingJob.xml index 31063ec17b9b..07319d16c481 100644 --- a/xml/schema/Mailing/MailingJob.xml +++ b/xml/schema/Mailing/MailingJob.xml @@ -32,19 +32,25 @@ scheduled_date Mailing Scheduled Date - datetime + timestamp + NULL + false date on which this job was scheduled. start_date Mailing Job Start Date - datetime + timestamp + NULL + false date on which this job was started. end_date Mailing Job End Date - datetime + timestamp + NULL + false date on which this job ended. diff --git a/xml/schema/Mailing/Spool.xml b/xml/schema/Mailing/Spool.xml index b7c82ba63212..a3f26cf950e6 100644 --- a/xml/schema/Mailing/Spool.xml +++ b/xml/schema/Mailing/Spool.xml @@ -49,13 +49,17 @@ added_at Added - datetime + timestamp + false + NULL date on which this job was added. removed_at Removed - datetime + timestamp + false + NULL date on which this job was removed.