Sqlalchemy multiple relation with same table on many-to-many

后端 未结 0 923
误落风尘
误落风尘 2021-02-07 09:51

I got 3 models and i want to change the relation between NatRule table and other tables to many-to-many:

class Address(db.Model):
    __tablename__ = \'address\'
         


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