Exist boolean in MySQL?
There is no boolean datatype. Most people use an int(1) column and use 0 (false), 1 (true)