do to need to create separate migration to add column to table or modify old migration in laravel code example
Example: add column in laravel migration
php artisan make:migration add_paid_to_users_table --table=users
php artisan make:migration add_paid_to_users_table --table=users