How to achieve many-to-many relationship between entities
I’m not sure if my relations between entitites are correct.
So for example I have an Player entity and a Team entity, one player can be in multiple teams(as long as they don’t play the same tournament) and one team has multiple players obviously(so many-to-many relationship, right?).
I’m using dbdiagram.io to create an schema.