Preferred way of adding generated column and unique partial index in schema
I want to add something like this sql in my schema:
what is the preferred way of doing this in drizzle?
2 Replies
GitHub
[FEATURE]: ORM Schema for Generated Columns · Issue #579 · drizzle-...
Hi! I have a column in a table which is a Generated Column. Is there a solution for drizzle orm pgTable schema columns that are Generated Columns? Do you have a solution for this in the meantime? T...
That's how I did it