In my application, it already have some existing migration and some of the table was not.
I wish that if we can run
php artisan migrate:generate --ignore-created-migration
then it generate only the migrations that not yet create.
Please tell me if this suggestion is feasible.
In my application, it already have some existing migration and some of the table was not.
I wish that if we can run
then it generate only the migrations that not yet create.
Please tell me if this suggestion is feasible.