Open JBostroem96 opened 8 months ago
Hi @JBostroem96!
a. It seems like this would need a table for Teams with name and category, anything else? b. A Category table would be helpful. Categories would be Solo Man, Solo Woman, Women, Men, and Coed. c. Then a joining table for TeamsAndRace that would have the team id, race id, and team's score (or place?) on it.
Here are some resources for the many to many with hibernate:
https://mkyong.com/hibernate/hibernate-many-to-many-example-join-table-extra-column-annotation/
@pawaitemadisoncollege I'd appreciate any feedback so far! Thank you. I'm still thinking about how I should form the complete DB design. So far I have two tables, User and Race.