Commit eb67796f authored by Bob den Otter's avatar Bob den Otter

There shouldn't be a space here.

parent eafb0a16
......@@ -163,7 +163,7 @@ class SqliteSchemaManager extends AbstractSchemaManager
case 'decimal':
case 'numeric':
if (isset($tableColumn['length'])) {
list($precision, $scale) = array_map('trim', explode(', ', $tableColumn['length']));
list($precision, $scale) = array_map('trim', explode(',', $tableColumn['length']));
}
$length = null;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment