1php artisan migrate --path=/database/migrations/2020_04_10_130703_create_test_table.php
1php artisan migrate:refresh --path=/database/migrations/2021_06_23_093317_create_users_table.php
1* To run a specific migration
2
3php artisan migrate:refresh --path=/database/migrations/2019_03_23_165757_create_combined_1553343771_users_table.php
4
5- Note: it will drop the table and create a new one.