Unique Constraint in Drizzle
Coming from Prisma, I am trying to have a unique constraint on a column. Anyone know how to do this?
It says it is yet to be implemented in the docs, but I honestly don't know how Drizzle would be a viable alternative to Prisma without being able to set things like unique columns in a table.
It says it is yet to be implemented in the docs, but I honestly don't know how Drizzle would be a viable alternative to Prisma without being able to set things like unique columns in a table.

