Update TableController.php
This commit is contained in:
parent
a795555220
commit
3bb069cf65
@ -1522,7 +1522,7 @@ EOF;
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($method != 'text' && $default !== null) {
|
if ($method != 'text' && $default !== null) {
|
||||||
$sql .= "DEFAULT '$default' ";
|
$sql .= "DEFAULT $default ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($comment !== null) {
|
if ($comment !== null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user