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
case 'mediumblob':
case 'longblob':
case 'blob':
case 'binary':
case 'varbinary':
case 'year':
$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