Skip to content
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

User model: Split the name field into two: first_name and last_name #42

Open
ag4ta opened this issue Sep 7, 2019 · 1 comment
Open

Comments

@ag4ta
Copy link
Contributor

ag4ta commented Sep 7, 2019

User model has only one field for name.
A better way to store name is to store it in separated fields: first_name and last_name.

Have to do:

  • create columns: first_name, last_name
  • copy content from old column to new columns
  • remove name column
@mpapis
Copy link
Member

mpapis commented Sep 8, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants