“tinyint(3)” is not a “boolean” ! Its really really not!
Apparently all declarations of `tinyint` in MySQLAdapter in Rails are treated as booleans, not just `tinyint(1)`
Apparently all declarations of `tinyint` in MySQLAdapter in Rails are treated as booleans, not just `tinyint(1)`