Skip to content
Discussion options

You must be logged in to vote

You cannot have one and the same field (with the same name) multiple times. The CRUD needs to be able to make a difference between the two, otherwise it is just like adding the same field twice, which just overwrites the field. I recommend checking Accessors & Mutators. This way you can have a field name that is not a real database column and still read/write it.

For more details you can check these threads:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants