Kaynağa Gözat

docs: 积分充值sql

李学松 2 yıl önce
ebeveyn
işleme
b8aef4c1ee
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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',