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

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

Row count: 312

Download CSV Zipped

CREATE TABLE PropertyOriginNotice (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ItemNoticeAcquire ] INTEGER NOT NULL,
  [ ItemNoticeIncreaseMessage ] TEXT NOT NULL,
  [ ItemNoticeDecreaseMessage ] TEXT NOT NULL,
  [ ItemNoticeInvenNewMark ] INTEGER NOT NULL,
  [ MoneyNoticeGoldExceed ] INTEGER NOT NULL,
  [ MoneyNoticeGoldIncrease ] INTEGER NOT NULL,
  [ MoneyNoticeNotGoldAcquire ] INTEGER NOT NULL,
  [ MoneyNoticeNotGoldIncreaseMessage ] TEXT NOT NULL,
  [ MoneyNoticeNotGoldExceedMessage ] TEXT NOT NULL,
  [ ItemAutoDisassembly ] INTEGER NOT NULL,
  [ GemAutoSynthesis ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)