Który typ danych MySQL do przechowywania wartości logicznych
BOOL and BOOLEAN are synonyms of TINYINT(1). Zero is false, anything else is true. More information here.
shafeeque