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

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

Row count: 4417

Download CSV Zipped

CREATE TABLE ItemSetTransfer (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ TransferMaterialId0 ] INTEGER NOT NULL,
  [ TransferMaterialCount0 ] INTEGER NOT NULL,
  [ TransferMaterialId1 ] INTEGER NOT NULL,
  [ TransferMaterialCount1 ] INTEGER NOT NULL,
  [ TransferMaterialId2 ] INTEGER NOT NULL,
  [ TransferMaterialCount2 ] INTEGER NOT NULL,
  [ TransferCostType0 ] INTEGER NOT NULL,
  [ TransferCostAmount0 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)