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