I am deploying a Laravel barebone project to Microsoft Azure, but whenever I try to execute php artisan migrate I get the error:
php artisan migrate
[2015-06-13
simply delete the row at your database on table migrations and that will fix the problem. It will not show anymore when you do migrations
migrations
other way is to simple create the file it depends of what u want, in my case I wanted to get rid of this migration. :)