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

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

Row count: 27

Download CSV Zipped

CREATE TABLE Music (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ SortOrder ] INTEGER NOT NULL,
  [ CommonAction ] INTEGER NOT NULL,
  [ ActionType ] INTEGER NOT NULL,
  [ Playtime ] INTEGER NOT NULL,
  [ Cooldown ] INTEGER NOT NULL,
  [ EnableOnJumping ] INTEGER NOT NULL,
  [ EnableOnVoyage ] INTEGER NOT NULL,
  [ GameAction ] INTEGER NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ TooltipAsLock ] TEXT NOT NULL,
  [ Icon ] TEXT NOT NULL,
  [ IconIndex ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)