2
0
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:
Shridhar 2018-02-08 15:36:30 +05:30
parent 4f9917bda8
commit 6bd30b1158

View File

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