(I'm french, I hope you will understand my request ^^).
I'm very new on Laravel ! I am making a Laravel app and i've install the Breeze extension to manage connexion.
But now I want to include some Table from my dataBase and I don't want to migrate EVERYTABLE : only certain. How Can I migrate only wanted table (1 or more) ? It the good way to do it ? Should I build the model myself ? I don't want to modify the existing user table
I've search on internet but I only find way to make a full migration. And I don't want to destroy the Breeze scafolding.