1
This commit is contained in:
parent
504cb71be5
commit
a87af01245
@ -3,7 +3,7 @@ begin;
|
||||
alter table t_first_topup add column `account_id` varchar(60) NOT NULL DEFAULT '' COMMENT '账号id';
|
||||
alter table t_first_topup add column `modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间';
|
||||
alter table t_first_topup drop index address;
|
||||
alter table t_first_topup add index UNIQUE KEY `account_id` (`account_id`);
|
||||
alter table t_first_topup add UNIQUE KEY `account_id` (`account_id`);
|
||||
|
||||
insert into version (version) values(2023081502);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user