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

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

Row count: 58

Download CSV Zipped

CREATE TABLE GuildResearch (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ CategoryIndex ] INTEGER NOT NULL,
  [ Category ] INTEGER NOT NULL,
  [ CategoryName ] TEXT NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ ResearchType ] INTEGER NOT NULL,
  [ Value0 ] INTEGER NOT NULL,
  [ Value1 ] INTEGER NOT NULL,
  [ ResearchTime ] INTEGER NOT NULL,
  [ ResearchCost ] INTEGER NOT NULL,
  [ PreResearchId ] INTEGER NOT NULL,
  [ PreResearchLevel ] INTEGER NOT NULL,
  [ PreGuildLevel ] INTEGER NOT NULL,
  [ MaxSupportCount ] INTEGER NOT NULL,
  [ SupportItemId ] INTEGER NOT NULL,
  [ SupportItemAmount ] INTEGER NOT NULL,
  [ RewardTokenAmount ] INTEGER NOT NULL,
  [ RewardContribution ] INTEGER NOT NULL,
  [ RewardActivityPoint ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)