Files
hi-server/initialize/migrate/database/02123_withdrawal_method.down.sql
T
shanshanzhong147 f9fa4756e9
Build docker and publish / build (20.15.1) (push) Failing after 8m37s
新功能(#41): 提现优化 — 收款方式选择 + 取消提现 + 收款码上传
Co-authored-by: multica-agent <github@multica.ai>
2026-05-26 08:36:25 -07:00

5 lines
104 B
SQL

ALTER TABLE `withdrawals`
DROP COLUMN `qr_code_url`,
DROP COLUMN `account`,
DROP COLUMN `method`;