I am suing Heroku dev plan for creating database using PostgreSQL. Database is created in Heroku. After running heroku pg:info command
$ heroku
Here is a complete example, and will solve "nothing to migrate issue" that comes in for Heroku,
heroku run php artisan migrate --path=database/migrations --app application-name
application-name is your Heroku APP name