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

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

Row count: 53

Download CSV Zipped

CREATE TABLE CommissionFixedAmount (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ MinFixedAmount ] INTEGER NOT NULL,
  [ TrophyAuctionFeesFixedAmount ] INTEGER NOT NULL,
  [ PCTradeCommissionFixedAmount ] INTEGER NOT NULL,
  [ MarketDepositRateFixedAmount ] INTEGER NOT NULL,
  [ MarketCommissionFixedAmount ] INTEGER NOT NULL,
  [ MailTradeCommissionFixedAmount ] INTEGER NOT NULL,
  [ GuildGoldDepositCommissionFixedAmount ] INTEGER NOT NULL,
  [ AuctionDepositFixedAmount ] INTEGER NOT NULL,
  [ AuctionCommissionFixedAmount ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ MinFixedAmount ])
)