Answers for "laravel migration reset all"

5

migration rollback

php artisan migrate:rollback
Posted by: Guest on May-04-2020
0

artisan refresh

Try this command it works for me

php artisan migrate:fresh
However, be careful! This command will drop all data from your DB:
Posted by: Guest on August-01-2020

Code answers related to "laravel migration reset all"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language