Commit e25c774d authored by Guilherme Blanco's avatar Guilherme Blanco

Added missing MySQL data type: set.

parent 8f783fbe
......@@ -669,6 +669,7 @@ class MySqlPlatform extends AbstractPlatform
'tinyblob' => 'blob',
'binary' => 'blob',
'varbinary' => 'blob',
'set' => 'simple_array',
);
}
......
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