Commit a6809703 authored by beberlei's avatar beberlei

[2.0] DDC-87 - Fix MysqlSchemaManager missing support for Mysql Decimal type

parent 93285531
......@@ -188,6 +188,7 @@ class MySqlSchemaManager extends AbstractSchemaManager
case 'double':
case 'real':
case 'numeric':
case 'decimal':
$type = 'decimal';
break;
case 'tinyblob':
......
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