simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 222 forks source link

bit(1) column type not supported ? #126

Open ge0rgecz opened 7 years ago

ge0rgecz commented 7 years ago

I use bit(1) column types in mysql table (should be interpreted as simple true/false checkbox in express admin) but there is only text input box and character "" writen inside when value is 1 and nothing inside when 0. I cant save any record beacause this input field validation is always blocking it, doesnt matter what value is in it.

fulfaro commented 6 years ago

Hi, I have the same error, any comments? Thanks