Join Slack
Powered by
I have an integer database column that stores 0/1 ...
# exposed
n
Neil Hart
02/07/2020, 7:36 PM
I have an integer database column that stores 0/1 for boolean false/true. Is there already a ColumnType configuration I can use for this? If not, should I create a new ColumnType? TIA
t
tapac
02/08/2020, 1:36 PM
You could try
bool
column as it suports numeric values
Open in Slack
Previous
Next