Update e_Interpretation.php

This commit is contained in:
Michael Richey 2020-08-13 09:02:14 -05:00 committed by GitHub
parent 3c5928caa9
commit c32baff933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{