Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to run a specific migration in laravel

* To run a specific migration

php artisan migrate:refresh --path=/database/migrations/2019_03_23_165757_create_combined_1553343771_users_table.php
  
- Note: it will drop the table and create a new one.  
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #run #specific #migration #laravel
ADD COMMENT
Topic
Name
4+8 =