Instructions for Updating Migration Table
Use the following Artisan command to create a migration file for updating the table:
php artisan make:migration add_columns_to__table
Update Table Form
Generated Migration Source Code