how to get type of relationship in sqlalchemy

前端 未结 0 1424
一个人的身影
一个人的身影 2020-12-09 08:42

For example:

class Parent(Base):
    __tablename__ = \'parent\'
    id = Column(Integer, primary_key=True)
    children = relationship("Child", back         


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