Commit 5113d161 authored by Kim Hemsø Rasmussen's avatar Kim Hemsø Rasmussen

[Mysql Platform] Added mapping for binary and varbinary.

parent 493ced5c
......@@ -738,6 +738,8 @@ class MySqlPlatform extends AbstractPlatform
'blob' => 'blob',
'mediumblob' => 'blob',
'tinyblob' => 'blob',
'binary' => 'blob',
'varbinary' => 'blob',
);
}
......
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