Closed dauger27 closed 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.
name
first_name
last_name
Yup, you can customize it to the fit the needs of your application. 👍
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
tofirst_name
andlast_name
along with additional user fields.