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

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

Row count: 2

Download CSV Zipped

CREATE TABLE BattlefieldRealm (
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ ReadyTime ] INTEGER NOT NULL,
  [ ProgressTime ] INTEGER NOT NULL,
  [ FinishTime ] INTEGER NOT NULL,
  [ RestTime ] INTEGER NOT NULL,
  [ CalledGameScore ] INTEGER NOT NULL,
  [ GameObjectId ] INTEGER NOT NULL,
  [ RegulationId ] INTEGER NOT NULL,
  [ WinReward ] INTEGER NOT NULL,
  [ LoseReward ] INTEGER NOT NULL,
  [ NodeLinkId ] INTEGER NOT NULL,
  [ UseBaseScorePoint ] INTEGER NOT NULL,
  [ TeamBasePointInterval ] INTEGER NOT NULL,
  [ TeamBasePoint ] INTEGER NOT NULL,
  [ MainLineTeamBasePoint ] INTEGER NOT NULL,
  [ SubLineTeamBasePoint ] INTEGER NOT NULL,
  [ IndividualWinRankRewardId ] INTEGER NOT NULL,
  [ IndividualLoseRankRewardId ] INTEGER NOT NULL,
  [ HotIndividualWinRankRewardId ] INTEGER NOT NULL,
  [ HotIndividualLoseRankRewardId ] INTEGER NOT NULL,
  [ BlueTeamContentCameraId ] INTEGER NOT NULL,
  [ RedTeamContentCameraId ] INTEGER NOT NULL,
  [ UseTeamBasePointToWin ] INTEGER NOT NULL,
  [ TeamBasePointId ] INTEGER NOT NULL,
  [ HudResourceImg ] TEXT NOT NULL,
  [ HudResourceSlotGroup ] INTEGER NOT NULL,
  [ ScoreGapId ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ RegulationId ])
)