2014_10_12_000000_create_users_table.php
Now you can change "2014_10_12_000000" to "2014_10_14_000000" to change the order.
2014_10_14_000000_create_users_table.php
Full Steps
- Rollback existing migration "php artisan migrate:rollback"
- Change the timestamps of the migration
- Run migration again "php artisan migrate"
The migration will be executed in ascending order of the timestamps.
Leave a reply