I’m using MySQL version 5.1.49-1ubuntu8.1. It allows me to define columns of two different data types: BOOL and BOOLEAN. What are the differences between the two types?
I’m using MySQL version 5.1.49-1ubuntu8.1. It allows me to define columns of two different
Share
They are both synonyms for TINYINT(1).