php migrate specific table 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