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

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

Row count: 1

Download CSV Zipped

CREATE TABLE StoryPassBase (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ PassName ] TEXT NOT NULL,
  [ UseMileage ] INTEGER NOT NULL,
  [ MinimapEventName ] TEXT NOT NULL,
  [ Type ] INTEGER NOT NULL,
  [ NodeType ] INTEGER NOT NULL,
  [ StartDate ] TEXT NOT NULL,
  [ EndDate ] TEXT NOT NULL,
  [ BMSellEndDate ] TEXT NOT NULL,
  [ OpenItemLevel ] INTEGER NOT NULL,
  [ UseNewWorld ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)