php artisan migrate:rollback --step=1
// 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