You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
326 B

ALTER TABLE `pms_patient_body`
ADD COLUMN `bmi` varchar(255) NULL COMMENT 'BMI';
ALTER TABLE `qms_question`
ADD COLUMN `question_code` varchar(255) NULL COMMENT '问题CODE(关联tzbs_qms_scale_cognitive的ques_code)';
ALTER TABLE `hms_version`
ADD COLUMN `status` varchar(2) DEFAULT 0 COMMENT '状态 0正常 1禁用';