Update TableController.php
This commit is contained in:
parent
8dc51585e8
commit
a795555220
@ -1454,7 +1454,7 @@ EOF;
|
|||||||
$field = Util::filterAlphaNum($column['field']);
|
$field = Util::filterAlphaNum($column['field']);
|
||||||
$old_field = Util::filterAlphaNum($column['old_field'] ?? null);
|
$old_field = Util::filterAlphaNum($column['old_field'] ?? null);
|
||||||
$nullable = $column['nullable'];
|
$nullable = $column['nullable'];
|
||||||
$default = Util::filterAlphaNum($column['default']);
|
$default = Util::pdoQuote($column['default']);
|
||||||
$comment = Util::pdoQuote($column['comment']);
|
$comment = Util::pdoQuote($column['comment']);
|
||||||
$auto_increment = $column['auto_increment'];
|
$auto_increment = $column['auto_increment'];
|
||||||
$length = (int)$column['length'];
|
$length = (int)$column['length'];
|
||||||
|
Loading…
Reference in New Issue
Block a user