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

Generated on: 2025-07-23 11:56:11 UTC

Row count: 4

Download CSV Zipped

CREATE TABLE YozPotBase (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ MaterialId ] INTEGER NOT NULL,
  [ MaterialAmount ] INTEGER NOT NULL,
  [ SuccessEntityId ] INTEGER NOT NULL,
  [ SuccessRate ] INTEGER NOT NULL,
  [ TriumphEntityId ] INTEGER NOT NULL,
  [ TriumphRate ] INTEGER NOT NULL,
  [ ShowPickupRate ] INTEGER NOT NULL,
  [ BonusGainGrade ] INTEGER NOT NULL,
  [ BonusItemId ] INTEGER NOT NULL,
  [ BonusItemCount ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)