Is it possible to implement a multiple-column uniq...
# orm-help
g
Is it possible to implement a multiple-column unique constraint (multi-column primary key) in Prisma's datamodel?
r
@@id PRIMARY KEY A list of field references Defines a multi-field ID on the model.
sorry thats prisma2
g
Ah, gotcha. Still, good to know! Thanks!