You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- -- 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` = '[]';
|