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

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

Row count: 64

Download CSV Zipped

CREATE TABLE PaidActionBase (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ DialogTitle ] TEXT NOT NULL,
  [ GameMoneyUseDesc ] TEXT NOT NULL,
  [ ItemUseDesc ] TEXT NOT NULL,
  [ FreeUseDesc ] TEXT NOT NULL,
  [ Enabled ] INTEGER NOT NULL,
  [ CostLevelType ] INTEGER NOT NULL,
  [ CashUsed ] INTEGER NOT NULL,
  [ CostMask ] INTEGER NOT NULL,
  [ CashType ] INTEGER NOT NULL,
  [ GameMoneyType ] INTEGER NOT NULL,
  [ ItemId ] INTEGER NOT NULL,
  [ ItemCategory ] INTEGER NOT NULL,
  [ LimitType ] INTEGER NOT NULL,
  [ LimitCount ] INTEGER NOT NULL,
  [ LimitResetPeriod ] INTEGER NOT NULL,
  [ LimitView ] INTEGER NOT NULL,
  [ UseBeyondLimit ] INTEGER NOT NULL,
  [ KeepDialog ] INTEGER NOT NULL,
  [ NeedStorageRef ] INTEGER NOT NULL,
  [ MileageRate ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)