srourdanny / LeagueWebsite

0 stars 0 forks source link

Create DB schemas for data cached from riot API #4

Open lodeous opened 1 week ago

lodeous commented 1 week ago

Using #3 create DB schemas for tables we want to populate with data from riot API. (you can write these out in SQL if you want)

example (this will need more work)

CREATE TABLE Player (uuid puuid, varchar name, varchar tag)

also think about foreign keys (links between tables)

champ mastery table

lodeous commented 4 days ago

Create an issue for every riot DTO object we want to store in a table (included in the issue will be any required table links.