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

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

Row count: 1

Download CSV Zipped

CREATE TABLE ZoneEpicGateCatastropheReward (
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ RewardItemId1 ] INTEGER NOT NULL,
  [ CheckClearCount1 ] INTEGER NOT NULL,
  [ RewardItemId2 ] INTEGER NOT NULL,
  [ CheckClearCount2 ] INTEGER NOT NULL,
  [ RewardItemId3 ] INTEGER NOT NULL,
  [ CheckClearCount3 ] INTEGER NOT NULL,
  [ RewardItemId4 ] INTEGER NOT NULL,
  [ CheckClearCount4 ] INTEGER NOT NULL,
  [ RewardItemId5 ] INTEGER NOT NULL,
  [ CheckClearCount5 ] INTEGER NOT NULL,
  [ RewardDisplayId ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)