PonyORM .pdf to blob and blob to .pdf

前端 未结 0 992
梦如初夏
梦如初夏 2020-12-19 15:58

There is a table

class ResultDescription(db.Entity):
    id = PrimaryKey(int, auto=True)
    upload_date = Optional(datetime, default=lambda: datetime.now(),          


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