begin; alter table t_hero add column `base_attr` mediumblob COMMENT '初始随机属性 (英雄重置时需要)'; insert into version (version) values(2023062801); commit;