Explorar o código

Merge branch 'feat-20230828-newstoppackage' into temp-pre

lixuesong hai 1 ano
pai
achega
1573524d89
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      db/v2.0/230907.sql

+ 6 - 0
db/v2.0/230907.sql

@@ -0,0 +1,6 @@
+alter table sys_dept_recharge_record
+    modify change_amount decimal(10, 2) default 0.00 not null comment '充值金额(元)(已废弃)';
+
+alter table sys_dept_recharge_record
+    modify current_balance decimal(10, 2) default 0.00 not null comment '充值后积分余额(元)(已废弃)';
+