diff --git a/backends/mysql.js b/backends/mysql.js index 3b1af40e..8e72400a 100644 --- a/backends/mysql.js +++ b/backends/mysql.js @@ -333,8 +333,8 @@ class mysqlDatabse{ init_type_map() { this.type_map = { 'Currency': 'real' - , 'Int': 'integer' - , 'Float': 'real' + , 'Int': 'INT' + , 'Float': 'decimal(18,6)' , 'Percent': 'real' , 'Check': 'integer' , 'Small Text': 'text'