Update e_Interpretation.php #586

Closed
stutteringp0et wants to merge 2 commits from patch-5 into master

View File

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