how to create migration in laravel for already created model code example
Example 1: artisan make migration with model
php artisan make:Model Status -m
Example 2: laravel profile migration tool
php artisan migrate:refresh
php artisan migrate:refresh --seed