razage / persistent-flannel

a website for tracking what games you've played and getting recommendations
0 stars 0 forks source link

Dissolve the GameInfo model into the Game model #36

Closed razage closed 7 years ago

razage commented 7 years ago

I had decided to make the GameInfo model based on how one of my previous employers did database modeling. However it probably doesn't make as much sense to have a one to one model that just stores data that could easily be on the Game model. The GamePrice model is fine because it is one to many, so it inherently cannot be a column on the Game model.