Ver código fonte

智能分诊数据库脚本

zhaops 5 anos atrás
pai
commit
997837ad0e

+ 6 - 1
docs/035.20200420邵逸夫智能分诊数据追加脚本/init_tran.sql

@@ -1,9 +1,14 @@
 use `sys-tran`;
 
+-- ----------------------------
+-- 增加建议字段
+-- ----------------------------
+ALTER TABLE `tran_disease_dept` ADD COLUMN `suggestion` VARCHAR ( 1024 ) DEFAULT '' COMMENT '建议' AFTER `url`;
+
 -- ----------------------------
 -- 删除空白映射数据
 -- ----------------------------
-delete from tran_disease_dept where id BETWEEN 3782 and 3956
+delete from tran_disease_dept where id BETWEEN 3782 and 3956;
 
 -- ----------------------------
 -- 单症状映射数据