update table columns laravel migration code example
Example: migrate to an existing table in laravel commad
php artisan make:migration add_paid_to_users_table --table=users
php artisan make:migration add_paid_to_users_table --table=users