add colums to database laravel code example
Example 1: create migration table in php
php artisan make:migration create_users_table
Example 2: add column to migration laravel
php artisan make:migration add_profile_to_users
php artisan make:migration create_users_table
php artisan make:migration add_profile_to_users