Hi,
I have this scenario and I'm not sure exactly how it should be modeled in the database. The objects I'm trying to model are: teams, players, the team-player membership, and a list of
fees due for each player on a given team. So, the
fees depend on both the team and the player.
So, my current approach is the
…