add-api-freeze_expire_time

This commit is contained in:
lccsw
2022-07-25 15:12:07 +08:00
parent e81c74bbf1
commit 2ced43ccad
5 changed files with 28 additions and 13 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ alter table lc_app_liche_users add up_uid int(10) not null default '0'
alter table lc_app_liche_users add manage tinyint(1) not null default 0 comment '是否分销管理' after dealer;
alter table lc_app_liche_users add deal_uid int(10) not null default 0 comment '审核分销uid' after dealer;
alter table lc_app_liche_users add credits int(10) unsigned not null default '0' COMMENT '当前可用积分' after nickname;
alter table lc_app_liche_users add freeze_credits int(10) unsigned not null default '0' COMMENT '冻结积分' after credits;
alter table lc_app_liche_users add freeze_credits int(10) unsigned not null default '0' COMMENT '冻结积分' after credits;
alter table lc_app_liche_users add expire_time int(10) unsigned not null default '0' COMMENT '积分过期时间' after freeze_credits
-- ----------------------------
-- Title:狸车小程序cms