源战役
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.

5 rivejä
280 B

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