I think that Nullable means that you can store nul...
# exposed
t
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
and how to insert DEAULT ? with
nullable()
is the default always null? I think
t
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
understand, thank you for reply ❤️
👌 1