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

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

Row count: 226

Download CSV Zipped

CREATE TABLE VoyageLiner (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ DestinationZoneId ] INTEGER NOT NULL,
  [ LinerZoneId ] INTEGER NOT NULL,
  [ Charge ] INTEGER NOT NULL,
  [ EntryTime ] INTEGER NOT NULL,
  [ WaitingTime ] INTEGER NOT NULL,
  [ UnlockDesc ] TEXT NOT NULL,
  [ DestinationZoneToolTip ] TEXT NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ ExpeditionVisitCheck ] INTEGER NOT NULL,
  [ Available ] INTEGER NOT NULL,
  [ LocationX ] INTEGER NOT NULL,
  [ LocationY ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)