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

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

Row count: 49

Download CSV Zipped

CREATE TABLE Wallpaper (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ WallPaper_Img ] TEXT NOT NULL,
  [ WallPaper_ActiveEventIndex ] INTEGER NOT NULL,
  [ UnlockType ] INTEGER NOT NULL,
  [ WallPaper_BgmName ] TEXT NOT NULL,
  [ ApplyType ] INTEGER NOT NULL,
  [ Keyword1 ] TEXT NOT NULL,
  [ Keyword2 ] TEXT NOT NULL,
  [ Keyword3 ] TEXT NOT NULL,
  [ ObtainSource ] TEXT NOT NULL,
  [ AcquireType ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)