I have an integer database column that stores 0/1 ...
# exposed
n
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
You could try
bool
column as it suports numeric values