Postgres now has `gen_random_uuid` for creating UUID v4 values, without needing an extension. Try and move over to this. Related to https://github.com/piccolo-orm/piccolo/pull/1284
Postgres now has
gen_random_uuidfor creating UUID v4 values, without needing an extension.Try and move over to this.
Related to #1284