李学松 преди 2 години
родител
ревизия
b8aef4c1ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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',