If you have changes on your schema, you create a new migration file that changes that schema(e.g. adding new column). after which you will issue:
php artisan migrate
it will just execute the newly created migration schema that is not run before.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community