Answers for "php migrate rollback --step"

14

artisan rollback one migration

php artisan migrate:rollback --step=1
Posted by: Guest on May-13-2020
0

Laravel rollback last few migrations

php artisan migrate:rollback --step=5
Posted by: Guest on May-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language