Back reference attribute error in SQLAlchemy database

前端 未结 0 1161
鱼传尺愫
鱼传尺愫 2021-01-05 08:02

I have the following classes:

from app import db

class TransactionStatus(db.Model):
    __tablename__ = \'transaction_status\'
    id = db.Column(db.Integer,         


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