Search code examples
mongodb

MongoDB have an integer always be positive


Is it possible to enforce a field and have mongoDB always have a positive value for an integer field? It would be ideal if increment wouldn't make a number negative.


Solution

  • You can't restrict the data input/output on MongoDB, You need to do this in your program/code