php laravel add new table code example
Example 1: add column in laravel migration
php artisan make:migration add_paid_to_users_table --table=users
Example 2: php artisan migrat
php artisan migrate
php artisan make:migration add_paid_to_users_table --table=users
php artisan migrate