第一次上传
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
USE youlai_admin;
|
||||
|
||||
-- 钱包流水表 update_time 字段补齐脚本
|
||||
-- 说明:
|
||||
-- 1. 当前代码中的钱包流水实体继承了 BaseEntity,插入时会自动写入 update_time。
|
||||
-- 2. 部分旧库的 xxk_wallet_flow 表缺少 update_time,导致支付、退款等钱包流水写入时报错。
|
||||
|
||||
ALTER TABLE `xxk_wallet_flow`
|
||||
ADD COLUMN `update_time` DATETIME NULL COMMENT '更新时间' AFTER `create_time`;
|
||||
Reference in New Issue
Block a user