Table with three ForeignKeys and overriding relation

前端 未结 0 455
伪装坚强ぢ
伪装坚强ぢ 2021-01-15 14:33

Imagine I have tables:

class User():
   id = PrimaryKey()

class Episode():
    id = PrimaryKey()
    level_id = ForeignKey() 

class Level():
    id = Foreig         


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