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

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

Row count: 67

Download CSV Zipped

CREATE TABLE VoyageEvent (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ AreaType ] INTEGER NOT NULL,
  [ AreaLevel ] INTEGER NOT NULL,
  [ Ratio ] INTEGER NOT NULL,
  [ MaxGauge ] INTEGER NOT NULL,
  [ ExecuteType ] INTEGER NOT NULL,
  [ Time ] INTEGER NOT NULL,
  [ Distance ] INTEGER NOT NULL,
  [ ActiveCount ] INTEGER NOT NULL,
  [ StatusEffectId ] INTEGER NOT NULL,
  [ StatusEffectId2 ] INTEGER NOT NULL,
  [ StatusEffectId3 ] INTEGER NOT NULL,
  [ GameNote_EventOn ] INTEGER NOT NULL,
  [ GameNote_EventOff ] INTEGER NOT NULL,
  [ GameNote_IgnoreEvent ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)