add new column in existing table in laravel 5.8 migration 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