Hi folks :slightly_smiling_face: Can someone help ...
# orm-help
k
Hi folks šŸ™‚ Can someone help me with this error? I’m just learning prisma and following a tutorial, but getting this error here:
Copy code
Error validating model "Directory": Ambiguous self relation detected. The fields `parent` and `directories` in model `Directory` both refer to `Directory`. If they are part of the same relation add the same relation name for them with `@relation(<name>)`.
r
@koriner šŸ‘‹ The relation name should be same for
parent
and
directories
.