use migration to update value of a column within a table with laravel 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