Migrations in Laravel 5+

Is there a way to execute migrations on laravel application in order to update current database structure? I use mysql database. I tried to execute

php artisan migrate:fresh

but it destroys and recreate the whole database structure. How do I avoid it?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/31jUWvF
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time