You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have an issue creating a many to many association with fixtures.
In lib/loader.js#L191, assoc.target.findOne is using the plural form of the Team table and therefore the request fails because it cannot find the table.
I don't understand if my model is wrong or if it is an issue in this project.
Hello, I have an issue creating a many to many association with fixtures.
In lib/loader.js#L191,
assoc.target.findOne
is using the plural form of the Team table and therefore the request fails because it cannot find the table.I don't understand if my model is wrong or if it is an issue in this project.
Can you help me?
Context:
Model:
Fixture:
Resulting SQL request:
The text was updated successfully, but these errors were encountered: