I am new to laravel and I have a problem I have already created a database with 3 tables with filled data and when I create a new migration I want to add the new table. I was using
php artisan migrate:refresh
but that updates me and deletes the data arrived.