From c32baff933a084ac08dda77f26385847f84b8216 Mon Sep 17 00:00:00 2001 From: Michael Richey Date: Thu, 13 Aug 2020 09:02:14 -0500 Subject: [PATCH] Update e_Interpretation.php --- admin/helpers/compiler/e_Interpretation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index c50b3f372..99d8e4639 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -10013,7 +10013,7 @@ class Interpretation extends Fields elseif ($default === 'DATETIME' || $default === 'CURRENT_TIMESTAMP') { - $default = $data['null_switch'] . ' ' . $default; + $default = $data['null_switch'] . ' DEFAULT ' . $default; } elseif ($default == 0 || $default) {