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

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