Vjp888 / mount_olympus_api

A tech challenge for to organize historic data from previous Olympic Games
1 stars 0 forks source link

Create Database migrations #2

Closed Vjp888 closed 5 years ago

Vjp888 commented 5 years ago

DB Schema will be as follows:

Olympians: Name, age, sex, weight, height, team

Events: Games, Sport, Event_Name

OlympianEvents: Olympian_Id, Event_Id, Medal