Answers for "rollback in laravel"

9

php artisan rollback step 1

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

migration rollback

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

fresh migrqte laravel

$ php artisan migrate:fresh

Dropped all tables successfully.
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated:  2014_10_12_000000_create_users_table
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated:  2014_10_12_100000_create_password_resets_table
Posted by: Guest on November-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language