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

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

Row count: 2

Download CSV Zipped

CREATE TABLE TutorialManagement (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ PrologueRewardItemId ] INTEGER NOT NULL,
  [ PrologueRewardCondAchievementId ] INTEGER NOT NULL,
  [ PrologueRewardCondAchievementLevel ] INTEGER NOT NULL,
  [ StoryRewardItemId1 ] INTEGER NOT NULL,
  [ StoryRewardItemId2 ] INTEGER NOT NULL,
  [ StoryRewardCondQuestId ] INTEGER NOT NULL,
  [ ContentsRewardItemId ] INTEGER NOT NULL,
  [ StoryGuideStartZoneId ] INTEGER NOT NULL,
  [ ContentsGuideStartZoneId ] INTEGER NOT NULL,
  [ CombatGuideStartZoneId ] INTEGER NOT NULL,
  [ PrologueCondQuestId ] INTEGER NOT NULL,
  [ PrologueStartZoneId ] INTEGER NOT NULL,
  [ SetLevelCondQuestId1 ] INTEGER NOT NULL,
  [ SetLevel1 ] INTEGER NOT NULL,
  [ SetLevelCondQuestId2 ] INTEGER NOT NULL,
  [ SetLevel2 ] INTEGER NOT NULL,
  [ SetLevelCondQuestId3 ] INTEGER NOT NULL,
  [ SetLevel3 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)