2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

Mysql Mappings

This commit is contained in:
Shridhar 2018-02-07 12:13:18 +05:30
parent 101d2a4a4f
commit 4f9917bda8

View File

@ -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'