-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot add new fields #430
Comments
Did you create a migration to add those fields to the user table in the database? |
I had the same problem yesterday |
No need to set the |
Extended fields work fine, you probably need to set This is a support problem; if you still have issues please take it to the CodeIgniter forums or Slack. |
I'm trying to add first_name and last_name but without success.
What I did:
and then new UserModel:
when I try to update:
all the fields are update except for firstName and lastName, why?
NB: the object user actually contains those properties correctly
The text was updated successfully, but these errors were encountered: