源战役
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

5 行
280 B

-- tyl
-- 宝宝修改
alter table role_child drop column heart_link_level;
alter table role_child add column `heart_link_reward` varchar(255) NOT NULL DEFAULT '[]' COMMENT '同心经验奖励领取情况' after `heart_link_exp`;
update role_child set `heart_link_reward` = '[]';