5 lines
230 B
MySQL
Raw Permalink Normal View History

2025-03-07 16:23:56 +08:00
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;