What column type is best to use in a MySQL database for boolean values? I use boolean but my colleague uses tinyint(1).
boolean
tinyint(1)
These data types are synonyms.
2.1m questions
2.1m answers
60 comments
57.0k users