Display boolean (tinyint) column as checkbox in phpMyAdmin

Viewed 11

Is there a way to change the display of a tinyint column from text field to checkbox in phpMyAdmin?

I know there is no boolean type in MySQL, so I can see why it's a text field, but manually changing it to a checkbox would be nice.

0 Answers
Related