Write down your entities(e.g. Game, StreamURL, Clubs, etc.) and show it to me so that we discuss it
Destroy your database and recreate it
(do not use rails g scaffold, try using rails g migration, e.g. rails g migration create_games date:date tip_time:time competition:references)
Game
,StreamURL
,Clubs
, etc.) and show it to me so that we discuss itrails g scaffold
, try usingrails g migration
, e.g.rails g migration create_games date:date tip_time:time competition:references
)