diff --git a/docker/v3.0.0/step1.sql b/docker/v3.0.0/step1.sql index 98213da1..e68a2d96 100644 --- a/docker/v3.0.0/step1.sql +++ b/docker/v3.0.0/step1.sql @@ -58,3 +58,5 @@ create table vp_ask_circulation_detail ) comment '问诊流程详细流转记录表'; +alter table vp_ask_template_question_library + change description standard_question varchar(255) null comment '中文注释 用户设置的问题 原本字段是description'; \ No newline at end of file