Custom UUID
When declaring my schema, I would like to provide a custom UUID generator for the id column. At the moment, it's just int autoincrement or
serial from drizzle. Is there a way to replace this with something like ulid with a prefix?