Bläddra i källkod

feat: 废弃余额充值-金额的相关字段

lixuesong 1 år sedan
förälder
incheckning
7aae05ad28
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      db/v2.0/230907.sql

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

@@ -4,3 +4,9 @@ alter table sys_dept_recharge_record
 alter table sys_dept_recharge_record
 alter table sys_dept_recharge_record
     modify current_balance decimal(10, 2) default 0.00 not null comment '充值后积分余额(元)(已废弃)';
     modify current_balance decimal(10, 2) default 0.00 not null comment '充值后积分余额(元)(已废弃)';
 
 
+
+alter table sys_dept_recharge
+    modify balance decimal(10, 2) default 0.00 not null comment '余额(元)(已废弃)';
+
+alter table sys_dept_recharge
+    modify overdraw_amount decimal(10, 2) default 0.00 not null comment '可透支金额(已废弃)';