add-api-freeze_expire_time
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user