after rollback php artisan migrate:rollback --step 2
then I need to run command php artisan migrate
. is there are any single command line for rollback and migrate ? like php artisan migrate:fresh
You may roll back & re-migrate a limited number of migrations by providing the step option to the refresh command. For example, the following command will roll back & re-migrate the last five migrations:
php artisan migrate:refresh --step=2