diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index e54d777ad..c50b3f372 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 = $default . ' ' . $data['null_switch']; + $default = $data['null_switch'] . ' ' . $default; } elseif ($default == 0 || $default) {