susanBuck / e15-spring22

0 stars 0 forks source link

Updating default Laravel user table migration file #41

Closed dauger27 closed 2 years ago

dauger27 commented 2 years ago

Is it feasible to update the pre-existing user migration file? I was looking at the table contents and wanted to make some small changes like updating name to first_name and last_name along with additional user fields.

susanBuck commented 2 years ago

Yup, you can customize it to the fit the needs of your application. 👍