eloquent generate a migration code example
Example 1: create migration table in php
php artisan make:migration create_users_table
Example 2: laravel make migration
php artisan make:migration CreateUsersTable
php artisan make:migration create_users_table
php artisan make:migration CreateUsersTable