1
This commit is contained in:
parent
c664e41f56
commit
91951ca51a
7
sql/gamedb2001_n_migrate_190625_01.sql
Normal file
7
sql/gamedb2001_n_migrate_190625_01.sql
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user