Join Slack
Powered by
Does anyone know how I specify a tinyint(1) column...
# exposed
d
Daniel Skogquist Åborg
02/19/2021, 1:35 PM
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.
Daniel Skogquist Åborg
02/19/2021, 2:04 PM
Wrote a custom function for now.
85
Views
Open in Slack
Previous
Next