SQLAlchemy Adjacency List - Constrain parent_id not equal to ID

后端 未结 0 1452
傲寒
傲寒 2020-12-12 07:36

I\'m implementing an Adjacency List in SQL Alchemy which I have working. It\'s the basic example here of Node. I have it working.

class Node(Base):
    __tabl         


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