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

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

Row count: 11

Download CSV Zipped

CREATE TABLE CumulativePointTypeUI (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ TypeName ] TEXT NOT NULL,
  [ GuideString ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ RewardZone ] INTEGER NOT NULL,
  [ RewardNPC ] INTEGER NOT NULL,
  [ RewardDesc ] TEXT NOT NULL,
  [ Hide ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)