This commit is contained in:
wangwei01 2019-06-25 16:03:29 +08:00
parent c664e41f56
commit 91951ca51a

View File

@ -0,0 +1,7 @@
begin;
alter table user add column `first_fight` int(11) NOT NULL COMMENT '是否是第一次战斗';
insert into version (version) values(2019062501);
commit;