Browse Source

xielianghe

lange 5 years ago
parent
commit
df95c00785
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whepi-doc/mrsb.sql

+ 1 - 1
whepi-doc/mrsb.sql

@@ -40,7 +40,7 @@ CREATE TABLE ms_suspected  (
   fatigue           int(11)    NOT NULL DEFAULT 0                           COMMENT '乏力:0无,1加重,2好转,3无变化',
   diarrhea          int(11)    NOT NULL DEFAULT 0                           COMMENT '腹泻:0无,1有',
   diarrhea_num      int(11)    NOT NULL DEFAULT 0                           COMMENT '每日腹泻次数',
-  others            varchar(100)  NOT NULL DEFAULT ''                       COMMENT '其他',
+  others            varchar(600)  NOT NULL DEFAULT ''                       COMMENT '其他',
   user_create       bigint(20) NOT NULL DEFAULT 0                           COMMENT '新增人',
   time_create       datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP(0)       COMMENT '新增时间',
   user_update       bigint(20) NOT NULL DEFAULT 0                           COMMENT '修改人',