Hello Modern Tribe, I need to modify the relationship structure a bit. While an event can have an organizer and a venue I need the venues themselves to have assigned organizer(s). An organizer can also have more than one venue assigned to them. Because of this many->many relationship I’m thinking about approaching this with a ‘relationship’ table.
Before I go down the trail of creating this myself I am wondering if anyone has done this before or if it could be a potential feature request.