Horje
migration rollback Code Example
laravel rollback last migration
php artisan migrate:rollback --step=1
migration rollback
php artisan migrate:rollback
Source: laravel.com
laravel migration rollback
To rollback one step:

php artisan migrate:rollback

To rollback multiple steps:

php artisan migrate:rollback --step=[x]
  
To drop all tables and reload all migrations:

php artisan migrate:fresh
ef rollback migration
//EF 6.4 
//PM> Update-Database -TargetMigration:"NameOfSecondToLastMigration"




Shell

Related
how to restart docker linux Code Example how to restart docker linux Code Example
bash colors Code Example bash colors Code Example
git remove all local changes Code Example git remove all local changes Code Example
lumen rollback migration Code Example lumen rollback migration Code Example
git revert all local changes Code Example git revert all local changes Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13