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 :: install portainer 
Shell :: powershell regex ip address 
Shell :: rm is not recognized as internal command 
Shell :: git unable to update local ref 
Shell :: install nmap ubuntu 
Shell :: pip install turtle 
Shell :: Failed at the node-sass@4.10.0 postinstall script. 
Shell :: download arduino ide in raspberry pi through terminal 
Shell :: how to check folder size in linux 
Shell :: terminal get number of files in dir 
Shell :: how to convert .qrc file in python 
Shell :: bash endless loop 
Shell :: install tkinter conda 
Shell :: command not found: create-next-app 
Shell :: Habilitar la ejecución de scripts para Powershell 
Shell :: Port 8080 was already in use. 
Shell :: paint for ubuntu 
Shell :: install java in kali linux 
Shell :: Failed to install the app. Make sure you have the Android development environment set up 
Shell :: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. 
Shell :: install yarn with npm 
Shell :: update & upgrade Fedora 
Shell :: ubuntu install jre 
Shell :: install material ui icons 
Shell :: Error loading webview 
Shell :: linux screen kill attached session 
Shell :: how to delete all docker images 
Shell :: bash check parameter is set 
Shell :: install webpack 
Shell :: zip command colab 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =