AttributeError: Neither 'InstrumentedAttribute' object nor 'Comparator' object associated with attribute

前端 未结 0 983
滥情空心
滥情空心 2021-02-04 16:36

The following code:

class Registry(db.Model):

    __tablename__ = \'registry\'
    __table_args__ = {\'schema\': DataBaseConfig.SCHEMA}

    id = db.Column(db.In         


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