In SQLAlchemy ORM is a backref necessary to make the many-to-one relationship?

前端 未结 0 626
粉色の甜心
粉色の甜心 2020-12-08 08:43

Is the SQLAlchemy documentation\'s first example sufficient to make a Many to One relationship?

    class Parent(Base):
        __tablename__         


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