lange 5 年 前
コミット
ec025557da
1 ファイル変更1 行追加0 行削除
  1. 1 0
      whepi-doc/mrsb.sql

+ 1 - 0
whepi-doc/mrsb.sql

@@ -48,6 +48,7 @@ CREATE TABLE ms_suspected  (
   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是',
+  is_suspected      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 '新增时间',