Commit 86a0b520 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #139 from kimhemsoe/mysql_binary

[Mysql Platform] Added mapping for binary and varbinary.
parents 285ca48d 3340e208
......@@ -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