I have added the table headers in the Laravel database. I want to update and save. The commands below cause my data to be deleted.
php artisan migrate:fresh
php artisan migrate:refresh
php artisan migrate:rollback
How do I update without deleting my data?