php artisan see last migration code example
Example 1: migration rollback
php artisan migrate:rollback
Example 2: laravel make migration
php artisan make:migration CreateUsersTable
Example 3: php artisan see last migration
php artisan migrate:status