create migration from database alrave code example
Example 1: php artisan make migration
php artisan make:migration create_users_table
Example 2: create migration with model laravel
php artisan make:model Settings --migration
php artisan make:migration create_users_table
php artisan make:model Settings --migration