Từ https://groups.google.com/forum/#! topic / mongoose-orm / 0yUVXNyprx8 :
var Tasks = new Schema();
Tasks.add({
title : String
, subtasks : [Tasks]
});
Vì vậy, bạn cần phải xây dựng đệ quy từng bước.
Từ https://groups.google.com/forum/#! topic / mongoose-orm / 0yUVXNyprx8 :
var Tasks = new Schema();
Tasks.add({
title : String
, subtasks : [Tasks]
});
Vì vậy, bạn cần phải xây dựng đệ quy từng bước.