Now when I am trying to delete a user with `prisma...
# orm-help
r
Now when I am trying to delete a user with
prisma.user.delete({where:...})
, I get the following error: `The change you are trying to make would violate the required relation 'SolveToUser' between the
Solve
and
User
models.`