In the H2 database, on a table with a column of UUID data type, how do we specify that we want H2 to generate a UUID value by default when an INSERT
omits that field?
I know how to generate a UUID. I have read the Question, How to insert a specific UUID in h2 database?.
My question is about how to ask H2 to generate the UUID value on my behalf.