迁移
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m53s

This commit is contained in:
2026-06-29 12:29:31 +09:00
parent b930662817
commit b5b7f9a41e
4 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- 更新代理预充值状态检查约束新增驳回状态6
ALTER TABLE tb_agent_recharge_record
DROP CONSTRAINT IF EXISTS chk_agent_recharge_status;
ALTER TABLE tb_agent_recharge_record
ADD CONSTRAINT chk_agent_recharge_status CHECK (status IN (1, 2, 3, 4, 5, 6));