How to rollback last migration in laravel?
You can use php artisan migrate:rollback --step=1
.
BY Best Interview Question ON 02 Mar 2023
You can use php artisan migrate:rollback --step=1
.