laravel make migration

Shell
php artisan make:migration CreateUsersTablephp artisan make:migration create_users_tablephp artisan migrate:statusphp artisan migrate:rollbackphp artisan migrate
Source

Also in Shell: