Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
835 views

Error while seeding mongodb using mongoose-seed

I have model schema in ./model.js file const ImageSchema = new mongoose.Schema( { name: { type: String }, filePath: { type: String }, }, { timestamps: true } ); module.exports = ...
Prasanga Thapaliya's user avatar