You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Atlinx May 26, 2022
Is it possible to make a group of fields unique in a model, kinda like how Prisma has the @unique and @@unique decorators? So far I'm thinking of using middleware to achieve this behaviour.
The text was updated successfully, but these errors were encountered:
Discussed in #212
Originally posted by Atlinx May 26, 2022
Is it possible to make a group of fields unique in a model, kinda like how Prisma has the
@unique
and@@unique
decorators? So far I'm thinking of using middleware to achieve this behaviour.The text was updated successfully, but these errors were encountered: