I have a standard boolean column (TINYINT) in my MySQL table. When Jetadmin syncs it, it does not recognize this column correctly and sets the type as a number. If I change the type to Checkbox and try to save the record, I get this error:
Incorrect integer value: ‘False’ for column ‘done’ at row 1
Saving Record failed: Incorrect integer value: ‘False’ for column ‘done’ at row 1
Am I doing something wrong, or jetadmin can’t operate with mysql boolean type?