Hey guys. I have an existing table, the matchTable, where each entry holds a lot of information about a "match".
I am adding a tournament system, and each match will either be in a tournament or not in a tournament. Should I add a "tournamentID" column to matchTable? Or should I create a new "tournamentMembershipTable" which holds a simple relationship between matchid and tournament id? Thanks, Ian _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users