Answer the question
In order to leave comments, you need to log in
How to increment in mongodb?
Here I have such a scheme:
var userSchema = mongoose.Schema({
urlz : {
longurl : String,
shorturl : String,
clicks : 0
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question