源战役
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

11 righe
483 B

-- 珍宝
-- zmh
CREATE TABLE `player_foster_skin` (
`rid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家id',
`type` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '系统类型',
`id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'id',
`star` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '星级',
`display` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '展示',
PRIMARY KEY (`rid`,`type`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='进阶珍宝';