Can't get Association table to eager load with Movie for particlular User, to show if the User who added the movie is being followed or not Flask

后端 未结 0 1572
一向
一向 2020-12-30 01:34
class Movie(db.Model):
    __searchable__ = [\'genre\']
    id = db.Column(db.Integer, primary_key=True)
    name = db.Column(db.String(200))
    timestamp = db.Colu         


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