migration update in in laravel code example
Example 1: create migration table in php
php artisan make:migration create_users_table
Example 2: php artisan see last migration
php artisan migrate:status
php artisan make:migration create_users_table
php artisan migrate:status