marshmallow schema for Joined Table Inheritance (SQLAlchemy + marshmallow)

前端 未结 0 1700
情歌与酒
情歌与酒 2021-01-06 00:13

I have a schema similar to

class Employee(Base):
    __tablename__ = \'employee\'
    id = Column(Integer, primary_key=True)
    name = Column(String(50))
            


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