源战役
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 lines
176 B

-- 器灵寻宝补充字段
-- hh
ALTER TABLE `role_marble`
ADD COLUMN `qua_indexs` varchar(255) NOT NULL DEFAULT '[]' COMMENT '随机品质分布' AFTER `fixed_rewards`;