Explorar o código

docs: 积分充值sql

李学松 %!s(int64=2) %!d(string=hai) anos
pai
achega
b8aef4c1ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      db/v2.0/230628.sql

+ 1 - 1
db/v2.0/230628.sql

@@ -29,7 +29,7 @@ create table sys_dept_recharge_record
     relation_dept_id int                                      null comment '关联组织机构ID(关联操作对象)',
     change_score     int                                      not null comment '充值积分',
     change_amount    decimal(10, 2) default 0.00              not null comment '充值金额(元)',
-    type             char(15)                                 not null comment '操作类型',
+    type             char(20)                                 not null comment '操作类型',
     current_score    int                                      not null comment '充值后积分余额',
     current_balance  decimal(10, 2) default 0.00              not null comment '充值后积分余额(元)',
     package_id       int                                      null comment '积分包id',