php artisan make:model Model_Name -m
php artisan make:Model Status -m
php artisan make:model ModelName -m //In the above command "-m" will create migration file
php artisan make:model ModelName -a
php artisan make:model -m ModelName