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.
1.4m articles
1.4m replys
5 comments
57.0k users