Is it possible to apply a field and have mongoDB always a positive value for an integer field? It would be ideal if the increment would not make the number negative.
You can not limit the input / output of data on MongoDB, you need to do this in your program / code