Horje
migrate specific migration file laravel Code Example
migrate specific table laravel
php artisan migrate --path=/database/migrations/fileName.php
Source: medium.com
migrate specific migration laravel
php artisan migrate  --path=/database/migrations/selected
migrate specific migration file laravel
php artisan migrate:refresh --path=/database/migrations/2021_06_23_093317_create_users_table.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.  




Shell

Related
ubuntu iptables open ssh output port Code Example ubuntu iptables open ssh output port Code Example
conda install environment without base packages Code Example conda install environment without base packages Code Example
linux last login Code Example linux last login Code Example
add rule ubuntu firewall Code Example add rule ubuntu firewall Code Example
kubectl copy secret namespace Code Example kubectl copy secret namespace Code Example

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