[0] Prep
Continue from previous article or download quickstart file.
[1] Migration Tasks
[1.1] Create migration file
COPY
php artisan make:migration create_workgroups_table --create=workgroups
[1.2] Edit migration file
Assuming we have the following...