begin; alter table user add `demotank` int(11) NOT NULL DEFAULT '0' COMMENT '每日体验坦克'; insert into version (version) values(2019123001); commit;