Horje
migration rollback step 1 Code Example
migration rollback step 1
php artisan migrate:rollback --step=1
artisan 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




Shell

Related
you need to resolve your current index first Code Example you need to resolve your current index first Code Example
error: you need to resolve your current index first git Code Example error: you need to resolve your current index first git Code Example
down last migration laravel Code Example down last migration laravel Code Example
laravel rollback last migration Code Example laravel rollback last migration Code Example
git reset stash conflict Code Example git reset stash conflict Code Example

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