laravel add column in production code example
Example: laravel add column in production
$ php artisan make:migration add_picture_column_to_user_table --table=users
$ php artisan make:migration add_picture_column_to_user_table --table=users