|
|
- -- zmh
- CREATE TABLE role_visus(
- `rid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家ID',
- `refresh_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
- `login_days` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '天数',
- PRIMARY KEY (`rid`)
- )ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='玩家幻光(合服保留)';
|