So my blocker is that I want to design a tournament management system but with one key note: tournament could be for both teams AND players. I saw different questions with answers around how to design a system but all of them described the tournament system for teams. And what I'm looking for is the system that could handle both (for example) soccer tournament (teams) and tennis tournament (players).
Currently the only way that I see this is to do two different tables - one for team tournaments and one for player tournaments. I don't see how I can merge two tables into one. But I don't like the idea of having two tables for tournaments
So do you see how this could be done? If yes please share your thoughts. Thanks in advance!