Closed tommy-mor closed 3 years ago
for postgres, for uuid_generate_v4 to work you must run
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
So not sure how to integrate that.
You can write a migration to do that. I don't think Lapis needs to do anything out of the ordinary here, pgmoon will treat UUID types as strings when loaded from the database.
did I mess something up here? I would like this.