if I run php artisan make:model Students -m it doesn\'t make the migration file in database/migrations. I am using Laravel 7.
php artisan make:model Students -m
Thanks in advance!