thejessewinton
Explore posts from serversDTDrizzle Team
•Created by thejessewinton on 2/2/2024 in #help
Not enough information to infer relation
I’m having an issue with my schema that is a migration from Prisma. For this particular issue, I have a
job
table, and a candidates
table, each of them has a many
relation to the other, so a job can have many candidates, and a candidate can have many jobs. When I try and run my project, I’m getting “There is not enough information to infer relation “job.candidates”.” Here’s my schema, can’t figure out what I’m doing wrong:
11 replies