
dd - 2008-05-15 06:14:14 -
In reply to message 1 from Cristian Grigoriu
> There are no problems with INTEGER, though. What's the deal with TINYINT?
That's correct. TINYINTS are rendered as a checkbox (because there is no boolean type in MySQL). All other numeric values are rendered as numerics.
So use TINYINT for checkboxes and use another numeric type (f.i. integer) if you want to display / edit numerics.