|
|
|
@ -58,4 +58,7 @@ alter table vp_medical_rec
|
|
|
|
|
modify patient_id varchar(64) null comment '病人ID';
|
|
|
|
|
|
|
|
|
|
alter table vp_disease_treatment_plan_drug
|
|
|
|
|
add disease_treatment_plan_id varchar(64) null comment '疾病处置计划id;初始设计的时候是希望 diseaseId 和 treatmentPlanId 关联 DiseaseTreatmentPlan表中的 diseaseId,treatmentPlanId, 后面由于疾病没有使用到treatmentPlanId(统一设置为20),所以只根据diseaseId,treatmentPlanId无法区分出某一种处置计划对应的药物' after treatment_plan_id;
|
|
|
|
|
add disease_treatment_plan_id varchar(64) null comment '疾病处置计划id;初始设计的时候是希望 diseaseId 和 treatmentPlanId 关联 DiseaseTreatmentPlan表中的 diseaseId,treatmentPlanId, 后面由于疾病没有使用到treatmentPlanId(统一设置为20),所以只根据diseaseId,treatmentPlanId无法区分出某一种处置计划对应的药物' after treatment_plan_id;
|
|
|
|
|
|
|
|
|
|
alter table vp_disease
|
|
|
|
|
modify symptom varchar(512) null comment '症状';
|