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

Generated on: 2025-07-23 11:55:08 UTC

Row count: 1

Download CSV Zipped

CREATE TABLE AncientOrb (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ IdentifyCostType ] INTEGER NOT NULL,
  [ IdentifyCostMoney ] INTEGER NOT NULL,
  [ IdentifyCostCash ] INTEGER NOT NULL,
  [ IdentifyCostValue ] INTEGER NOT NULL,
  [ IdentifyResultIndex1 ] INTEGER NOT NULL,
  [ IdentifyResultRate1 ] INTEGER NOT NULL,
  [ IdentifyResultIndex2 ] INTEGER NOT NULL,
  [ IdentifyResultRate2 ] INTEGER NOT NULL,
  [ IdentifyResultIndex3 ] INTEGER NOT NULL,
  [ IdentifyResultRate3 ] INTEGER NOT NULL,
  [ ResearchTime ] INTEGER NOT NULL,
  [ ResearchResult ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)