-- zmh CREATE TABLE role_uranium( `rid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家ID', `grade` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '阶位', `lv` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '等级', `init_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '初始时间', `start_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '时间头', PRIMARY KEY (`rid`) )ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='玩家魂力(合服保留)';