How can I add a Boolean field to MySQL?

Viewed 56172

It seems I should use tinyint(); but I don't know how to implement it?

The question is what is your recommendation if I need to have a boolean field in MySQL DB and modify it´s value with PHP

5 Answers
Related