- 000078: 创建 tb_wechat_config 表(支持微信直连和富友双渠道,含软删除) - 000079: tb_order 新增 payment_config_id 字段(nullable,记录下单时使用的配置) - 000080: tb_asset_recharge_record 新增 payment_config_id 字段 - 000081: tb_agent_recharge_record 新增 payment_config_id 字段 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2 lines
39 B
SQL
2 lines
39 B
SQL
DROP TABLE IF EXISTS tb_wechat_config;
|