lange 5 år sedan
förälder
incheckning
23f76f7b1a
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      whepi-doc/mrsb.sql

+ 1 - 0
whepi-doc/mrsb.sql

@@ -47,6 +47,7 @@ CREATE TABLE ms_suspected  (
   score_rezult      int(11)    NOT NULL DEFAULT 0                           COMMENT '评分结果,未评分(0),正常(1),注意观察(2),联系医生(3),尽快就诊(4)',
   single_room       int(11)    NOT NULL DEFAULT 0                           COMMENT '单间隔离:0否,1是',
   suspected_status  int(11)    NOT NULL DEFAULT 0                           COMMENT '是否疑似:0否,1是',
+  is_contact        int(11)    NOT NULL DEFAULT 0                           COMMENT '家庭成员中有新冠肺炎疫情或有过病例接触史人员:0否,1是',
   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 '新增时间',