How to use OVERRIDING SYSTEM VALUE with drizzle?
I want to use the GENERATED ALWAYS AS IDENTITY for identities but also for local dev I need to manually set ids', so how would I use OVERRIDING SYSTEM VALUE clause with drizzle and not raw sql?
0 Replies