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

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

Row count: 9

Download CSV Zipped

CREATE TABLE Announce (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ PositionType ] TEXT NOT NULL,
  [ TotalCount ] INTEGER NOT NULL,
  [ FontSize ] INTEGER NOT NULL,
  [ ColorR ] INTEGER NOT NULL,
  [ ColorG ] INTEGER NOT NULL,
  [ ColorB ] INTEGER NOT NULL,
  [ LifeTime ] REAL NOT NULL,
  [ TotalLifeTime ] REAL NOT NULL,
  [ MinLifeTime ] REAL NOT NULL,
  [ PendingInteraction ] INTEGER NOT NULL,
  [ PendingDirection ] INTEGER NOT NULL,
  [ PendingUITutorial ] INTEGER NOT NULL,
  [ PendingMiniGame ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ PositionType ])
)