php artisan rollback specific migration code example
Example 1: artisan rollback one migration
php artisan migrate:rollback --step=1
Example 2: Laravel Rollback & Migrate In Single Command
php artisan migrate:refresh
// Refresh the database and run all database seeds...
php artisan migrate:refresh --seed