how to add column in existing migration inlaravel code example
Example: laravel add column to existing table
php artisan make:migration add_paid_to_users_table --table=users
php artisan make:migration add_paid_to_users_table --table=users