You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, it's our way of thinking in 2 parts of the name, in other countries it is different, how about having name and display_name? Assuming we have a need for distinguishing, do we?
User model has only one field for name.
A better way to store name is to store it in separated fields:
first_name
andlast_name
.Have to do:
first_name
,last_name
name
columnThe text was updated successfully, but these errors were encountered: