源战役
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
354 B

-- 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='玩家幻光(合服保留)';