begin; alter table user add `pass_reward` mediumblob NOT NULL COMMENT '通关奖励信息'; insert into version (version) values(2019121301); commit;