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

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

Row count: 7

Download CSV Zipped

CREATE TABLE MvpBackground (
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ UIOrder ] INTEGER NOT NULL,
  [ IsDefault ] INTEGER NOT NULL,
  [ MvpTextResource ] INTEGER NOT NULL,
  [ MoviePath ] TEXT NOT NULL,
  [ MainBgPath ] TEXT NOT NULL,
  [ SubBgPath ] TEXT NOT NULL,
  [ IsLimited ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)