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

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

Row count: 41

Download CSV Zipped

CREATE TABLE ContentStatus (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ L_Category ] INTEGER NOT NULL,
  [ M_Category ] INTEGER NOT NULL,
  [ S_Category ] INTEGER NOT NULL,
  [ ContentType ] INTEGER NOT NULL,
  [ ContentsUnlockQuestId ] INTEGER NOT NULL,
  [ ContentsUnlock ] INTEGER NOT NULL,
  [ ContentsRequirement_Pkey ] INTEGER NOT NULL,
  [ ContentsRequirement_ContentStatus ] INTEGER NOT NULL,
  [ QuestPeriodInfo_Epona ] INTEGER NOT NULL,
  [ Money_Chaos ] INTEGER NOT NULL,
  [ ZoneEpicGate_Pkey ] INTEGER NOT NULL,
  [ ZoneEpicGate_Skey ] INTEGER NOT NULL,
  [ ZoneEpicGate_GroupId ] INTEGER NOT NULL,
  [ Symbol ] TEXT NOT NULL,
  [ Symbol2 ] TEXT NOT NULL,
  [ StringKey ] TEXT NOT NULL,
  [ Recommended_ContentsLevel ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)