mongoengine.errors.ValidationError: Integer value is too small

前端 未结 0 1401
悲&欢浪女
悲&欢浪女 2021-01-16 03:59

I have a simple User schema in mongoDB for my Flask server. I am using mongoengine to work with the database. The schema is as follows:

class User(Document):
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题