lange 5 anni fa
parent
commit
eb420b1971
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      whepi-doc/mrsb.sql

+ 2 - 2
whepi-doc/mrsb.sql

@@ -31,9 +31,9 @@ CREATE TABLE ms_suspected  (
   user_name         varchar(50)  NOT NULL DEFAULT ''                        COMMENT '家人姓名',
   grender            int(11)    NOT NULL DEFAULT 1                          COMMENT '性别:0未设置,1男,2女',
   age               int(11)    NOT NULL DEFAULT 1                           COMMENT '年龄',
-  family_status     int(11)    NOT NULL DEFAULT 1                           COMMENT '基本状态:1心血管疾病(服用ARB),2心血管疾病(未服用ARB),3呼吸系统病史,4肿瘤病史,5糖尿病史,6服用过激素药物,7妊娠期,8其他',
+  family_status     int(11)    NOT NULL DEFAULT 0                           COMMENT '基本状态:0正常,1心血管疾病(服用ARB),2心血管疾病(未服用ARB),3呼吸系统病史,4肿瘤病史,5糖尿病史,6服用过激素药物,7妊娠期,8其他',
   status_desp       varchar(100)  NOT NULL DEFAULT ''                       COMMENT '状态描述',
-  medical           int(11)    NOT NULL DEFAULT 1                           COMMENT '是否确诊:0否,1是',
+  medical           int(11)    NOT NULL DEFAULT 0                           COMMENT '是否确诊:0否,1是',
   temperature       decimal(14,2) NOT NULL DEFAULT 0                        COMMENT '体温',
   cough             int(11)    NOT NULL DEFAULT 0                           COMMENT '咳嗽:0无咳嗽,1偶有短暂咳嗽,2咳嗽轻度影响生活,3咳嗽严重影响生活',
   muscle            int(11)    NOT NULL DEFAULT 0                           COMMENT '肌肉酸痛:0无,1按压有,2偶尔,3持续有',