Skip to content
Advertisement

Tag: prisma

Prisma update with relation in WHERE property

Given these schemas: How would I create a prisma SQL update for the awayinfo table if the only identifier I have would be the Name of a player and not the ID? what I tried: I try to pass something into the WHERE part as seen below: but it always gives me the Error: I got pretty desperate and even

Advertisement