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

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

Row count: 4

Download CSV Zipped

CREATE TABLE GuildDonation (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconId ] INTEGER NOT NULL,
  [ DonationType ] INTEGER NOT NULL,
  [ MaxCount ] INTEGER NOT NULL,
  [ CostMoneyType ] INTEGER NOT NULL,
  [ CostMoneyValue ] INTEGER NOT NULL,
  [ CostItemId ] INTEGER NOT NULL,
  [ CostItemCount ] INTEGER NOT NULL,
  [ RewardSylmaelValue ] INTEGER NOT NULL,
  [ RewardWeekContributionValue ] INTEGER NOT NULL,
  [ RewardGuildFundValue ] INTEGER NOT NULL,
  [ RewardGuildExp ] INTEGER NOT NULL,
  [ RewardGuildActivityPoint ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)