Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

Laravel Rolling Back Migrations

php artisan migrate:rollback --step=5
Comment

PREVIOUS NEXT
Code Example
Shell :: conda install cufflinks 
Shell :: install jupyterlab on ubuntu 
Shell :: visual studio code for ubuntu 20.04 
Shell :: sh read file line by line 
Shell :: sudo command not found 
Shell :: code server install 
Shell :: ubuntu adb 
Shell :: git rename remote branch 
Shell :: update git repo local 
Shell :: setup aws cli ubuntu 
Shell :: uninstall r from mac 
Shell :: ansible command not found after pip install macos 
Shell :: installing saas in react application 
Shell :: cannot update snap namespace: cannot create symlink in "/etc/docker": existing file in the way snap-update-ns failed with code 1 
Shell :: ubuntu list all folders taking up space 
Shell :: date format in linux shell script 
Shell :: powercli install 
Shell :: Failed to start nginx.service: Unit nginx.service not found. 
Shell :: command count files 
Shell :: install phpmyadmin mac 
Shell :: how to convert ui to py pyside2 
Shell :: install vscode insiders ubuntu 
Shell :: bash parameters after first 
Shell :: tor ubuntu 
Shell :: docker go inside a container 
Shell :: github desktop for linux 
Shell :: check if xacro works ros 
Shell :: awk sum if 
Shell :: psycopg2 error pip install error 
Shell :: extract tar linux 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =