autoGenerate
kotlin.uuid.Uuid column will auto generate its value on the client side just before an insert. By default, the new random Uuid instance will conform to the result of calling Uuid.generateV4.
kotlin.uuid.Uuid column will auto generate its value on the client side just before an insert. The new random Uuid instance will conform to the result of calling the Uuid companion method associated with the provided UuidVersion.
java.util.UUID column will auto generate its value on the client side just before an insert.