Ubu English
0
Q:

laravel rollback last migration

php artisan migrate:rollback
0
php artisan migrate:rollback --step=1
2
Try this command it works for me

php artisan migrate:fresh
However, be careful! This command will drop all data from your DB:
0
php artisan make:migration add_votes_to_users_table --table=users

php artisan make:migration create_users_table --create=users
1

New to Communities?

Join the community