Is it possible to execute php artisan migrate
in a way to migrate all the tables but leave only a few migration files under database\migrations
?
The scenario is, our business requirement needs 2 DBs. So there are few migration files that explicitly mentions the 2nd DB. When I am creating another DB for PHPUnit, I don't need to run the migration files that are associated with the 2nd DB.