Don't understand many-to-many relationships
I have a database setup where a project can have multiple members and members can belong to many projects. A many-to-many relationship.
I've created a join table UserToProject which has one-to-many relationship with the said tables.
The thing is for some reason it does not work and I get an error:
There is not enough information to infer relation "__public__.Project.userToProject"
Here is my schema code:
Also a quick side question, are the docs getting worse, or am I going insane? I swear I cannot find the simplest things, even using the search.0 Replies