How to set a schema's key / value to null
?
var TheModelSchema = new Schema({
someNullKey: null, // is this possible?
someDate: Date,
someString: String,
})
Docs looked at:
Other questions looked at:
How to set a schema's key / value to null
?
var TheModelSchema = new Schema({
someNullKey: null, // is this possible?
someDate: Date,
someString: String,
})
Docs looked at:
Other questions looked at: