mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
Checkbox map to int(1)
This commit is contained in:
parent
4f9917bda8
commit
6bd30b1158
@ -336,7 +336,7 @@ class mysqlDatabse{
|
||||
, 'Int': 'INT'
|
||||
, 'Float': 'decimal(18,6)'
|
||||
, 'Percent': 'real'
|
||||
, 'Check': 'integer'
|
||||
, 'Check': 'INT(1)'
|
||||
, 'Small Text': 'text'
|
||||
, 'Long Text': 'text'
|
||||
, 'Code': 'text'
|
||||
|
Loading…
Reference in New Issue
Block a user