mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
Mysql Mappings
This commit is contained in:
parent
101d2a4a4f
commit
4f9917bda8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user