Update e_Interpretation.php #586

Closed
stutteringp0et wants to merge 2 commits from patch-5 into master
Showing only changes of commit c32baff933 - Show all commits

View File

@@ -10013,7 +10013,7 @@ class Interpretation extends Fields
elseif ($default === 'DATETIME' elseif ($default === 'DATETIME'
|| $default === 'CURRENT_TIMESTAMP') || $default === 'CURRENT_TIMESTAMP')
{ {
$default = $data['null_switch'] . ' ' . $default; $default = $data['null_switch'] . ' DEFAULT ' . $default;
} }
elseif ($default == 0 || $default) elseif ($default == 0 || $default)
{ {