Skip to content
Snippets Groups Projects
Commit 27c3822b authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix fields

parent 6b7c5d22
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!81Fix idhm && Fix new fields register
Pipeline #
...@@ -39,6 +39,15 @@ var UserSchema = new Schema({ ...@@ -39,6 +39,15 @@ var UserSchema = new Schema({
course: { course: {
type: String, type: String,
}, },
complement: {
type: String,
},
address: {
type: String,
},
phone: {
type: String,
},
segment: { segment: {
type: String, type: String,
required: [true, 'O campo Segmento é obrigatório.'] required: [true, 'O campo Segmento é obrigatório.']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment