cch5ng / job-tracker5-epic-stack

0 stars 0 forks source link

figure out how to troubleshoot relationship between User and job tables #3

Open cch5ng opened 7 months ago

cch5ng commented 7 months ago

right now having to hard code the relationship

User table add jobs job[] job table add users User[]

do I have to update the seed file and rerun that? why prisma schema auto includes (next line) for both tables but table like _RoleToUser is not auto included (Role or User tables) UserTojob UserTojob[]