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

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

Row count: 265

Download CSV Zipped

CREATE TABLE ItemElixirMaterial (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ StateType ] INTEGER NOT NULL,
  [ DisassemblyId ] INTEGER NOT NULL,
  [ EnhanceMaterialId ] INTEGER NOT NULL,
  [ EnhanceMaterialAmount ] INTEGER NOT NULL,
  [ EnhanceCostType ] INTEGER NOT NULL,
  [ EnhanceCostValue ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ], [ StateType ])
)