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

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

Row count: 84

Download CSV Zipped

CREATE TABLE MarketCategory (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Parent ] INTEGER NOT NULL,
  [ PlayerClassSearch ] INTEGER NOT NULL,
  [ UseLevelSearch ] INTEGER NOT NULL,
  [ ItemLevelSearch ] INTEGER NOT NULL,
  [ ItemGradeSearch ] INTEGER NOT NULL,
  [ ItemQualitySearch ] INTEGER NOT NULL,
  [ ItemTierSearch ] INTEGER NOT NULL,
  [ ItemTradeCountSearch ] INTEGER NOT NULL,
  [ SkillTripodOptionSearch ] INTEGER NOT NULL,
  [ SkillOptionSearch ] INTEGER NOT NULL,
  [ StatSearch ] INTEGER NOT NULL,
  [ BasicsStatSearch ] INTEGER NOT NULL,
  [ SlotSearch ] INTEGER NOT NULL,
  [ AbilitySearch ] INTEGER NOT NULL,
  [ SpecialEffectsSearch ] INTEGER NOT NULL,
  [ GrowthSearchType ] INTEGER NOT NULL,
  [ UpgradeSearchType ] INTEGER NOT NULL,
  [ ArkPassiveSearchType1 ] INTEGER NOT NULL,
  [ SkillSupportSearch ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ MarketEnabled ] INTEGER NOT NULL,
  [ AuctionEnabled ] INTEGER NOT NULL,
  [ PenaltySearch ] INTEGER NOT NULL,
  [ CategoryOrder ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)