源战役
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lignes
483 B

il y a 1 mois
  1. -- 珍宝
  2. -- zmh
  3. CREATE TABLE `player_foster_skin` (
  4. `rid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '玩家id',
  5. `type` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '系统类型',
  6. `id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'id',
  7. `star` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '星级',
  8. `display` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '展示',
  9. PRIMARY KEY (`rid`,`type`,`id`)
  10. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='进阶珍宝';