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

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

Row count: 25

Download CSV Zipped

CREATE TABLE TownGuideQuest (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ Category ] INTEGER NOT NULL,
  [ SortIndex ] INTEGER NOT NULL,
  [ StartQuestID ] INTEGER NOT NULL,
  [ StartQuestStepID ] INTEGER NOT NULL,
  [ CompleteQuestID ] INTEGER NOT NULL,
  [ CompleteQuestStepID ] INTEGER NOT NULL,
  [ QuestConditionID ] INTEGER NOT NULL,
  [ QuestConditionStepID ] INTEGER NOT NULL,
  [ GuideURL_ID ] INTEGER NOT NULL,
  [ QuestWindowTitle ] TEXT NOT NULL,
  [ QuestWindowDesc ] TEXT NOT NULL,
  [ QuestWindowUnlockDesc ] TEXT NOT NULL,
  [ QuestWindowUnlockCategory ] TEXT NOT NULL,
  [ QuestWindowImage ] TEXT NOT NULL,
  [ QuestWindowImageIndex ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)