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