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

New Columns

Nullable Unique

Generated Migration Source Code