Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navjotsinghprince authored Jan 3, 2024
1 parent ae00866 commit 125f41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ php artisan model:show User

### ```ARTISAN MIGRATION```
php artisan migrate:refresh --path=/database/migrations/filename.php
php artisan make:migration create_my_name_table
php artisan make:migration add_user_id_column_to_profile_table
php artisan make:migration create_my_name_table
php artisan make:migration add_is_suspended_to_users_table --table=users
php artisan migrate
php artisan migrate:fresh
php artisan migrate:refresh
Expand Down

0 comments on commit 125f41d

Please sign in to comment.