Creating column SQLAlchemy property on parent class based on child column property

前端 未结 0 1571
无人共我
无人共我 2021-02-03 16:42

The structure I have created is like below:

class Parent(Base):
    __tablename__ = \'parent\'

    id = Field(
        Integer,
        primary_key=True
    )

          


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