|
@@ -965,4 +965,14 @@ CREATE TABLE `tran_nurse_config` (
|
|
|
KEY `idx_hospital_id` (`hospital_id`) USING BTREE
|
|
|
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '护理映射表' ROW_FORMAT = Dynamic;
|
|
|
|
|
|
+ALTER TABLE `tran_lis_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_dept_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_drug_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_pacs_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_disease_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_operation_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_transfusion_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_scale_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+ALTER TABLE `tran_nurse_config` ADD INDEX `idx_cnt` (`is_deleted`,`hospital_id`) USING BTREE;
|
|
|
+
|
|
|
SET FOREIGN_KEY_CHECKS = 1;
|