Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

artisan rollback one migration

php artisan migrate:rollback --step=1
Comment

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

PREVIOUS NEXT
Code Example
Shell :: bash: bundle: command not found 
Shell :: install vscode ubuntu command line 
Shell :: install lighttpd 
Shell :: macos kill dns cache 
Shell :: linux full permission to folder 
Shell :: http-server npm 
Shell :: pip install upgrade all 
Shell :: untar gz 
Shell :: remove mariadb 
Shell :: find cuda path 
Shell :: how to install angular cli in ubuntu 20.04 
Shell :: bash write to file specific line 
Shell :: install GTK 3.0 on fedora 
Shell :: no build file in linux headers 
Shell :: linux resize image 
Shell :: how do you stop your ngrok tunnel 
Shell :: how to decompress gzip file in linux 
Shell :: brew install notion 
Shell :: create a script that counts the number of directories in the path. 
Shell :: tar.gz 
Shell :: convert all file names to lowercase linux 
Shell :: show weather top bar in ubuntu 
Shell :: git branch delete remote 
Shell :: git delete the most recent commit 
Shell :: database configuration spring boot 
Shell :: install ganache cli 
Shell :: make git project mine 
Shell :: cmd delete recursive 
Shell :: how to uninstall neovim on linux 
Shell :: Show a Wi-Fi password with Terminal 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =