Commit 5041f5f0 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-276] Binary/Varbinary can have a length in MySQL

parent a8a23d6b
......@@ -138,8 +138,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