Commit 1ed30bda authored by Guilherme Blanco's avatar Guilherme Blanco Committed by Benjamin Eberlei

Added missing MySQL data type: set.

parent 3d426e5b
......@@ -740,6 +740,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