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

8 lines
397 B

-- tyl
-- 经验海
CREATE TABLE `role_exp_sea` (
`role_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '角色Id',
`time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '经验海驻留时间',
`strength_times` varchar(500) NOT NULL DEFAULT '[]' COMMENT '强化信息',
PRIMARY KEY (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='经验海-玩家数据';