I am having some difficulty getting the rails db:migrate command to give me the expected results. When the command runs it waits a little bit then returns to command prompt. I see that schema.rb has been updated but my development.sqlite file is still empty. I have 3 migrations in the migrate directory.
When running my application I get a message that there are pending migrations please run db:migrate.
Any help will be appreciated.