My mongoose schema is
我的猫鼬模式是
skills : [
{
name : {type : String},
count : {type :Number, default:0}
}
]
skills : [
My mongoose schema is
我的猫鼬模式是
skills : [
{
name : {type : String},
count : {type :Number, default:0}
}
]
skills : [