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

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

Row count: 51

Download CSV Zipped

CREATE TABLE VoyageStat (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ShipSpeed ] INTEGER NOT NULL,
  [ VoyageTolerance ] INTEGER NOT NULL,
  [ ShipHP ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ VoyageTolerance_Sea_Weed ] INTEGER NOT NULL,
  [ VoyageTolerance_Dead_Person ] INTEGER NOT NULL,
  [ VoyageTolerance_Siren ] INTEGER NOT NULL,
  [ VoyageTolerance_Storm ] INTEGER NOT NULL,
  [ VoyageTolerance_Cold_Wave ] INTEGER NOT NULL,
  [ VoyageTolerance_Sand_Storm ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)