How to assign proper relationship between two tables?

前端 未结 0 607
别那么骄傲
别那么骄傲 2021-01-17 00:23

I am using flask and sqlalchemy to make the backend for a web application and I have these models:

class Show(db.Model):
    __tablename__ = \'shows\'

    id         


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