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

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