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.
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.