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
Hi,
i saw there was a Merge to add simple foreign key support, and i'm using it a lot.
In facts: I need to implement the subscriber/publisher concept, a simple table with 2 fields referencing my users table would do the job, but i don't find any direct solution to do so. I cannot use twice "addForeignKey" on the same entity.
So is there any way to add many-to-many relationships ?
The text was updated successfully, but these errors were encountered:
Hi,
i saw there was a Merge to add simple foreign key support, and i'm using it a lot.
In facts: I need to implement the subscriber/publisher concept, a simple table with 2 fields referencing my users table would do the job, but i don't find any direct solution to do so. I cannot use twice "addForeignKey" on the same entity.
So is there any way to add many-to-many relationships ?
The text was updated successfully, but these errors were encountered: