Browse Source

数据库脚本

wangyu 6 years ago
parent
commit
17730e69b9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/006.20190304慢病基于icss增量脚本/init_icss_NCD.sql

+ 4 - 0
docs/006.20190304慢病基于icss增量脚本/init_icss_NCD.sql

@@ -301,3 +301,7 @@ INSERT INTO `icss_index_config` VALUES ('2', 'N', '1970-01-01 12:00:00', '1970-0
 INSERT INTO `icss_index_config` VALUES ('3', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '随机血糖', '21773', '1', '3', null);
 INSERT INTO `icss_index_config` VALUES ('4', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '糖化血红蛋白', '21773', '2', '1', null);
 INSERT INTO `icss_index_config` VALUES ('5', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '血压', '105', '1', '1', null);
+
+--模板信息字段修改
+alter table icss_module_info change  column disease module_type bigint(20) COMMENT '(0.通用 1.根据科室划分 2.慢病)';
+alter table icss_module_info add  column relation_id bigint(20) NOT NULL DEFAULT '0' COMMENT '关联id';