Back
What column type is best to use in a MySQL database for boolean values? I use boolean but my colleague uses tinyint(1).
Both the column type i.e. Boolean and tinyint(1) are the same. Hence, you can use any of the column types in an MYSQL database for boolean values.
30.9k questions
32.9k answers
500 comments
665 users