Put the migration file in a new folder. Then you can use the path
property on migrate to specify the new location of the migration to run. Once the table is migrated, you can move the migration file back to the usual folder.
php artisan migrate --path=/database/migrations/selected/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community