Commit 935c679d authored by wang zhengwei's avatar wang zhengwei

加大诊断报告的字段长度

parent 21aac590
...@@ -164,7 +164,7 @@ class HoldDiagnoseReport(Base, BaseModel): ...@@ -164,7 +164,7 @@ class HoldDiagnoseReport(Base, BaseModel):
update_status = Column(INTEGER(11)) update_status = Column(INTEGER(11))
file = Column(String(128)) file = Column(String(128))
be_viewed = Column(INTEGER(2), comment='0未查看1已查看') be_viewed = Column(INTEGER(2), comment='0未查看1已查看')
report_data = Column(Text) report_data = Column(Text(16777215))
name = Column(String(100)) name = Column(String(100))
create_time = Column(DateTime) create_time = Column(DateTime)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment