-- 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` = '[]';