Answers for "php artisan reset migrations"

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 "php artisan reset migrations"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language