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

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

Row count: 61

Download CSV Zipped

CREATE TABLE GuildObjective (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ QuestId ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ GroupType ] INTEGER NOT NULL,
  [ ObjPoint ] INTEGER NOT NULL,
  [ RewardGuildCoin ] INTEGER NOT NULL,
  [ RewardWeeklyCoin ] INTEGER NOT NULL,
  [ MasterRewardDropBaseId1 ] INTEGER NOT NULL,
  [ RewardGuildExp ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)