SyntaxFix
Write A Post
Hire A Developer
Questions
The Newest MySQL Versions have the new BIT data type in which you can specify the number of bits in the field, for example BIT(1) to use as Boolean type, because it can be only 0 or 1.
BIT
BIT(1)
Boolean
0
1