forked from joomla/Component-Builder
Update e_Interpretation.php
This commit is contained in:
parent
3c5928caa9
commit
c32baff933
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user