Commit 899bbd90 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-276' into 2.1.x

parents 9d3625ee ffb8adc4
...@@ -135,8 +135,6 @@ class MySqlSchemaManager extends AbstractSchemaManager ...@@ -135,8 +135,6 @@ class MySqlSchemaManager extends AbstractSchemaManager
case 'mediumblob': case 'mediumblob':
case 'longblob': case 'longblob':
case 'blob': case 'blob':
case 'binary':
case 'varbinary':
case 'year': case 'year':
$length = null; $length = null;
break; 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