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