- User Profile

- DashBoard start
This commit is contained in:
Paolo Arena
2019-12-29 23:30:49 +01:00
parent 8fd04d3b1c
commit c39a14bb9e
5 changed files with 43 additions and 6 deletions

View File

@@ -115,6 +115,15 @@ var UserSchema = new mongoose.Schema({
img: {
type: String
},
nationality: {
type: String
},
intcode_cell: {
type: String
},
iso2_cell: {
type: String
},
cell: {
type: String
},