I\'m trying to create tables in a database that has an id field that will populate the id with an UUID by default.
id
I tried something like:
If you use binary(16) as the type, you can set the default as follows:
binary(16)
unhex(replace(uuid(),'-',''))