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

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

Row count: 25

Download CSV Zipped

CREATE TABLE VoyageDivingResult (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ DepthRange ] INTEGER NOT NULL,
  [ DivingTime_Infinity ] INTEGER NOT NULL,
  [ DropIndex_Fail ] INTEGER NOT NULL,
  [ DropIndex_Success ] INTEGER NOT NULL,
  [ DropIndex_Great ] INTEGER NOT NULL,
  [ UsePIP_Infinity ] TEXT NOT NULL,
  [ UsePIP_Fail ] TEXT NOT NULL,
  [ UsePIP_Success ] TEXT NOT NULL,
  [ UsePIP_Great ] TEXT NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)