Join Slack
Powered by
How do I set the default value to `null` of a `.nu...
# exposed
s
spand
03/14/2019, 9:35 AM
How do I set the default value to
null
of a
.nullable()
column ? Many of these decorating functions are defined as
fun <T:Any> Column<T>.default(
t
tapac
03/14/2019, 11:29 AM
AFAIK, if you don't provide a value for a nullable column it will be defaulted to null by database
s
spand
03/14/2019, 8:58 PM
Thanks
4
Views
Open in Slack
Previous
Next