robert-damoc / game-stats

0 stars 0 forks source link

Create association table between Game and Player #15

Closed robert-damoc closed 1 year ago

robert-damoc commented 1 year ago

Create a table named GamePlayer. It should be the association between the game and the player (i.e. many-to-many association table) Create a model for it.

Columns:

Model:

Validations:

Seeds: