php artisan migrate:rollback --step=1
php artisan migrate:rollback --path=/database/migrations/2022_05_19_130505_create_saleprices_table.php
// Steps may contiain multiple tables.. if you want to rollback one table:
php artisan migrate:rollback --path=/database/migrations/your-specific-migration.php
php artisan migrate:refresh
// Refresh the database and run all database seeds...
php artisan migrate:refresh --seed
php artisan migrate --path=/database/migrations/selected/