As I remember correctly, I had a similar feedback.
In my case, the database is not initialized correctly, and the schema_migration table schema_migration damaged.
So my recommendation: try running rake db:migrate:status and see that it displays a list of the migrations you created correctly. If not, try re-creating the database and try again.
source share