Does anyone know how I specify a tinyint(1) column...
# exposed
d
Does anyone know how I specify a tinyint(1) column to come out as an integer value using MySQL? Casting to an IntegerColumnType generates a SQL error.
Wrote a custom function for now.