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_ReverseRuinRankingReward.db

Generated on: 2025-07-23 11:55:59 UTC

Row count: 1

Download CSV Zipped

CREATE TABLE ReverseRuinRankingReward (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ MinRank ] INTEGER NOT NULL,
  [ MaxRank ] INTEGER NOT NULL,
  [ Season ] INTEGER NOT NULL,
  [ ItemId1 ] INTEGER NOT NULL,
  [ ItemCount1 ] INTEGER NOT NULL,
  [ ItemId2 ] INTEGER NOT NULL,
  [ ItemCount2 ] INTEGER NOT NULL,
  [ ItemId3 ] INTEGER NOT NULL,
  [ ItemCount3 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)