begin; alter table USER `free_box` int(11) NOT NULL DEFAULT '0' COMMENT '每日免费宝箱'; insert into version (version) values(20200305); commit;