Level 70
I think you can do this way-
php artisan migrate:refresh --path=/database/migrations/fileName.php
Check this: https://stackoverflow.com/questions/45473624/laravel-5-4-specific-table-migration
6 likes
I want to migrate a specific migration file. For example, I have a create_profiles_table.php file. I want to migrate this particular file only.
Is there any way to do that?
I think you can do this way-
php artisan migrate:refresh --path=/database/migrations/fileName.php
Check this: https://stackoverflow.com/questions/45473624/laravel-5-4-specific-table-migration
Please or to participate in this conversation.