Commit 4ad5d51d authored by Juozas Kaziukenas's avatar Juozas Kaziukenas

Fixed autoincrement field detection

parent b52e041f
......@@ -165,7 +165,7 @@ class MsSqlSchemaManager extends AbstractSchemaManager
'unique' => false, // @todo
'autoincrement' => $autoincrement,
);
return new Column($tableColumn['COLUMN_NAME'], \Doctrine\DBAL\Types\Type::getType($type), $options);
}
......
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