Answers for "rollback model laravel"

PHP
14

roll back laravel

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

migrate fresh

php artisan migrate:refresh

#https://www.fiverr.com/tamerjarrar
Posted by: Guest on July-23-2020
1

what is the use of migration file in laravel

Simply put, Laravel migration is a way that allows you to create a table in your database, without actually going to the database manager such as phpmyadmin or sql lite or whatever your manager is
Posted by: Guest on December-10-2020

Browse Popular Code Answers by Language