You can create a new migration for adding the fields, that way when you run php artisan migrate it will just add that one column to the table. You will not lose your data this way. Just make sure to make the column nullable or you will run into some errors
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community