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

Generated on: 2025-07-23 11:56:11 UTC

Row count: 11

Download CSV Zipped

CREATE TABLE TrinityElysion (
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ContentsOpenYear ] INTEGER NOT NULL,
  [ ContentsOpenMonth ] INTEGER NOT NULL,
  [ ContentsOpenDay ] INTEGER NOT NULL,
  [ RecommendOrbPower ] INTEGER NOT NULL,
  [ ElysionCost ] INTEGER NOT NULL,
  [ NpcGradeDropGroupId ] INTEGER NOT NULL,
  [ NpcWave ] INTEGER NOT NULL,
  [ BalanceLevel ] INTEGER NOT NULL,
  [ StageBuff1 ] INTEGER NOT NULL,
  [ StageBuff2 ] INTEGER NOT NULL,
  [ StageBuff3 ] INTEGER NOT NULL,
  [ Time ] INTEGER NOT NULL,
  [ RewardDisplay ] INTEGER NOT NULL,
  [ ExpeditionExp ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)