|
|
|
@ -1,2 +1,5 @@
|
|
|
|
|
alter table vp_medical_rec
|
|
|
|
|
modify status integer default 0 null comment '上线状态 0:未上线 1:已经上线 状态为未上线且病历未出现在vp_process表中使用可以进行删除';
|
|
|
|
|
|
|
|
|
|
alter table vp_ask_template_question_library
|
|
|
|
|
add type int default 1 null comment '问题类型 1标准问 2自定义问题' after standard_question
|