This is because you try to create database migration file with exactly same name as we have before. To find out which file you created, run

Code:
git status
git diff
Remove the file in app/database/migrations


That is not in GIT (that is the one you created).