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

Generated on: 2025-07-23 11:56:27 UTC

Row count: 106

Download CSV Zipped

CREATE TABLE PartyMatchingCategoryUniverse (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ CategoryStr ] TEXT NOT NULL,
  [ CategoryStr2nd ] TEXT NOT NULL,
  [ ContentsUnlock ] INTEGER NOT NULL,
  [ ContentsUnlock_2 ] INTEGER NOT NULL,
  [ CategorySymbol ] INTEGER NOT NULL,
  [ ParentCategory ] INTEGER NOT NULL,
  [ TargetType ] INTEGER NOT NULL,
  [ TargetId ] INTEGER NOT NULL,
  [ TargetSecondId ] INTEGER NOT NULL,
  [ TargetLevel ] INTEGER NOT NULL,
  [ TargetValueType ] INTEGER NOT NULL,
  [ CheckpointValue ] INTEGER NOT NULL,
  [ LowRankType ] INTEGER NOT NULL,
  [ TargetRequirementId ] INTEGER NOT NULL,
  [ MinPerson ] INTEGER NOT NULL,
  [ MaxPerson ] INTEGER NOT NULL,
  [ CheckPointPeriodReward ] INTEGER NOT NULL,
  [ CheckPointPeriodTargetRoomIndex ] INTEGER NOT NULL,
  [ CheckFirstClear ] INTEGER NOT NULL,
  [ Scheduled ] INTEGER NOT NULL,
  [ LevelString ] TEXT NOT NULL,
  [ CheckpointName ] TEXT NOT NULL,
  [ LowRankString ] TEXT NOT NULL,
  [ RoomListFilterType ] INTEGER NOT NULL,
  [ SortOrder ] INTEGER NOT NULL,
  [ SpecialNewbieEventEnabled ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)