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
i face this problem when i rename migrations to :
0_create_activities_table.php
i solve it when i rename it to:
2019_10_01_0_create_activities_table.php