how to migrate specific table in laravel 7 code example
Example 1: migrate specific table laravel
php artisan migrate --path=/database/migrations/fileName.php
Example 2: migrate fresh specific table
php artisan migrate:refresh --path=/database/migrations/fileName.php