You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means we have to store pictures in the database, for each athlete.
With respect to flags, probably need a separate TEAMS table, something that was not done before - referential integrity issues, creating teams before athletes, etc.
Could be done without any integrity constraint though, or with a weak key -- pick among defined teams, not enforced.
The text was updated successfully, but these errors were encountered:
This means we have to store pictures in the database, for each athlete.
With respect to flags, probably need a separate TEAMS table, something that was not done before - referential integrity issues, creating teams before athletes, etc.
Could be done without any integrity constraint though, or with a weak key -- pick among defined teams, not enforced.
The text was updated successfully, but these errors were encountered: