- edit MySkill
This commit is contained in:
@@ -24,6 +24,7 @@ const MySkillSchema = new Schema({
|
||||
userId: {type: Schema.Types.ObjectId, ref: 'User'},
|
||||
idSkill: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
idStatusSkill: [
|
||||
{
|
||||
@@ -35,6 +36,7 @@ const MySkillSchema = new Schema({
|
||||
}],
|
||||
numLevel: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
photos: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user