alter table lmt_crdt_agr add index `idx_lm_cr_ag_ap_no`(`app_no`) USING BTREE; ALTER TABLE `rec_loan`.`pay_credit_app` DROP INDEX `idx_py_cd_ap_cd_no`, ADD UNIQUE INDEX `idx_py_cd_ap_cd_no`(`credit_no`, `bank_code`) USING BTREE;