create migration file for a model in laravel code example
Example 1: artisan make migration with model
php artisan make:Model Status -m
Example 2: php artisan make :migration with model
php artisan make:model ModelName -a
php artisan make:Model Status -m
php artisan make:model ModelName -a