|
@ -985,3 +985,10 @@ CREATE TABLE `base_emergency_warn_doctor_response` (
|
|
|
DROP TABLE IF EXISTS `base_security_monitoring_conclusion`;
|
|
|
DROP TABLE IF EXISTS `base_security_monitoring_order_cancel_log`;
|
|
|
DROP TABLE IF EXISTS `base_semoni_patient_confirm_log`;
|
|
|
|
|
|
alter table wlyy_prescription ADD disable_time timestamp ;
|
|
|
|
|
|
alter table wlyy_outpatient ADD is_agree varchar(2);
|
|
|
alter table base_doctor ADD is_sign varchar(2);
|
|
|
alter table base_doctor ADD last_sign_time timestamp;
|
|
|
|