Can't migrate database after scaffold. Section 2.2 Ruby on Rails Tutorial Michael Hartl
I'm working through the Hartl ruby on rails tutorial (section 2.2), and I'm having trouble migrating the database. Everything seemed to be working, and then I ran rails generate scaffold User name:string email:string Afterwards I tried to run bundle exec rake db:migrate and got the below error message: $ bundle exec rake db:migrate == 20141125234257 CreateUsers: migrating ====================================== -- create_table(:users) -> 0.0079s == 20141125234257 CreateUsers: migrated (0.0080s) ============================= rake aborted! StandardError: An error has occurred, this and all later