How can I get around a UniqueConstraint error when inserting data into postgresql with flask?

前端 未结 0 900
攒了一身酷
攒了一身酷 2020-11-28 18:36

I have a model that I use to insert data into a postgresql database using flask:

class UserSchema(Schema):
    class Meta:
        ordered = True

    id = fi         


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