migrate tables in laravel migration files code example
Example 1: laravel rollback last migration
php artisan migrate:rollback --step=1
Example 2: migration rollback
php artisan migrate:rollback
Example 3: create migration table in php
php artisan make:migration create_users_table