Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_VoyageRotationIslandReward.db

Generated on: 2025-07-23 11:56:11 UTC

Row count: 193

Download CSV Zipped

CREATE TABLE VoyageRotationIslandReward (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ReferenceLevel ] INTEGER NOT NULL,
  [ GradeBronze ] INTEGER NOT NULL,
  [ GradeSilver ] INTEGER NOT NULL,
  [ GradeGold ] INTEGER NOT NULL,
  [ GradePlatinum ] INTEGER NOT NULL,
  [ CompetitionAllRank0 ] INTEGER NOT NULL,
  [ CompetitionAllRank1 ] INTEGER NOT NULL,
  [ CompetitionAllRank2 ] INTEGER NOT NULL,
  [ CompetitionAllRank3 ] INTEGER NOT NULL,
  [ CompetitionAllRank4 ] INTEGER NOT NULL,
  [ CompetitionAllRank5 ] INTEGER NOT NULL,
  [ CompetitionTeamWinRank0 ] INTEGER NOT NULL,
  [ CompetitionTeamWinRank1 ] INTEGER NOT NULL,
  [ CompetitionTeamWinRank2 ] INTEGER NOT NULL,
  [ CompetitionTeamWinRank3 ] INTEGER NOT NULL,
  [ CompetitionTeamWinRank4 ] INTEGER NOT NULL,
  [ CompetitionTeamWinRank5 ] INTEGER NOT NULL,
  [ CompetitionTeamDefeatRank0 ] INTEGER NOT NULL,
  [ CompetitionTeamDefeatRank1 ] INTEGER NOT NULL,
  [ CompetitionTeamDefeatRank2 ] INTEGER NOT NULL,
  [ CompetitionTeamDefeatRank3 ] INTEGER NOT NULL,
  [ CompetitionTeamDefeatRank4 ] INTEGER NOT NULL,
  [ CompetitionTeamDefeatRank5 ] INTEGER NOT NULL,
  [ NonQuestRewardId0 ] INTEGER NOT NULL,
  [ ContentsRewardDisplay ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ ReferenceLevel ])
)