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

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

Row count: 190

Download CSV Zipped

CREATE TABLE AnnounceCategory (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Category ] TEXT NOT NULL,
  [ SubCategory ] TEXT NOT NULL,
  [ PositionType ] TEXT NOT NULL,
  [ LinkAgeName ] TEXT NOT NULL,
  [ ApplyHTMLColor ] INTEGER NOT NULL,
  [ ApplyFontSize ] INTEGER NOT NULL,
  [ ChatSyncFlag ] INTEGER NOT NULL,
  [ Time ] REAL NOT NULL,
  [ SoundTheme ] TEXT NOT NULL,
  [ SoundEvent ] TEXT NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)