Create a new migration by executing this command :
make:migration
php artisan make:migration add_store_id_to_users_table --table=users
In database/migrations folder you have new migration file, something like :
2018_08_08_093431_add_store_id_to_users_table.php (see the comments)
After that run the command :
php artisan migrate
Total views: 66 , Total comments: 0
Leave a comment
No comments