create a new migration laravel code example
Example 1: php artisan make migration
php artisan make:migration create_users_table
Example 2: create laravel migration
php artisan make:migration create_users_table
Example 3: create migration with model laravel
php artisan make:model Settings --migration
Example 4: laravel make migration
php artisan make:migration CreateUsersTable
Example 5: php artisan see last migration
php artisan migrate:status