Updating drizzle and want to make sure I 100% understand the changes
I started noticing in my
schema.ts
I was getting this warning
on something like
I believe I just need to change
to (table) => [unique().on(table.year)]
0 Replies