SQLAlchemy Adjacency List Relationships cascading not updating on parents

后端 未结 0 1983
说谎
说谎 2021-01-07 18:27

From the SQLAlchemy documentation I\'ve been able to create the parent-child relationship that I need.

class Node(db.Model):
    __tablename__ = \'node\'
             


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