본문 바로가기

MongoDB

[mongoose] 스키마 모델에 배열로 저장하기

const book = new Schema({

 keyword : {type : [String]}

});