AttributeError: Neither 'InstrumentedAttribute' object nor 'Comparator' object associated with User.password_hash has an attribute 'count'

后端 未结 0 1966
攒了一身酷
攒了一身酷 2021-01-02 15:07

I have created a User table in models.py file that contains

models.py

class User(Base):
    password_hash = None

    __tablename__ =          


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