FYDP-1nil / backend

Fourth Year Design Project @ UWaterloo
https://www.eng.uwaterloo.ca/2023-capstone-design/electrical-computer/
3 stars 1 forks source link

[DB] Add gridiron football schema #33

Closed babrar closed 1 year ago

babrar commented 1 year ago

NOTE: I chose not to consolidate the gridironrushes and gridironkicks entities into one entity even though they look very similar. Merging them would have resulted in writing slow queries where we distinguish between rushes and kicks based on the possible values in the result attribute. Additionally, rushes and kicks represent sufficiently different entities even though their schemas look similar.