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

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

Row count: 3

Download CSV Zipped

CREATE TABLE ItemBraceletUpgrade (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ LimitItemLevel ] INTEGER NOT NULL,
  [ UpgradeTargetId ] INTEGER NOT NULL,
  [ UpgradeMaterialId ] INTEGER NOT NULL,
  [ UpgradeMaterialCount ] INTEGER NOT NULL,
  [ OptionConvertId ] INTEGER NOT NULL,
  [ AddonSlot ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)