https://kotlinlang.org logo
t

tapac

01/04/2018, 9:07 AM
I think that Nullable means that you can store null, but also have default value when insert DEFAULT or not provide value for field.
u

uesugi

01/04/2018, 9:19 AM
and how to insert DEAULT ? with
nullable()
is the default always null? I think
t

tapac

01/04/2018, 9:24 AM
It's not possible to provide DEFAULT as parameter to prepared statement with jdbc driver, so try just do not provide any value to that field.
u

uesugi

01/04/2018, 10:16 AM
understand, thank you for reply ❤️
👌 1
2 Views