Files
junhong_cmp_fiber/migrations/000198_add_payment_merchant_identity.down.sql
break cbf909b878
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m6s
代理在线充值
2026-07-27 16:02:55 +08:00

5 lines
127 B
SQL

DROP INDEX IF EXISTS idx_payment_merchant_reconciliation;
ALTER TABLE tb_payment
DROP COLUMN IF EXISTS merchant_identity;