keithwhor/nodal

Multiple foreignkey

Opened this issue · 0 comments

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 ?