Posts by Denali • 13 points
2 posts
-
1
votes1
answer145
viewsQ: Doubt about Mongodb’s relational Schema
const SurveySchema = new Schema({ name: String, pages: [ //um survey pode ter várias páginas { type: Schema.Types.ObjectId, ref: 'Page' } ] }); const PageSchema = new Schema({ name: String,…
-
0
votes1
answer970
viewsQ: How to update to Node.js and Mongoose
{ "_id": "58fe27e0e340671c9859c995", "__v": 0, "form": [ { "_id": "58fe2b1de437791cd02b9a8c", "sections": [ { "_id": "58fe2b1de437791cd02b9a8d", "input": { "_type": "radio" } } ] }, { "_id":…