Hey! Im pretty new to Prisma. Why do i get an erro...
# orm-help
j
Hey! Im pretty new to Prisma. Why do i get an error here? =>
g
Make the userId unique
userId Int @unique
r
@Jakob Clausen 👋 You can also use
findFirst
here instead of
findUnique
if
userId
cannot be made unique.