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

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

Row count: 9

Download CSV Zipped

CREATE TABLE NpcFriendshipGrade (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ GradeMaxPoint0 ] INTEGER NOT NULL,
  [ GradeMaxPoint1 ] INTEGER NOT NULL,
  [ GradeMaxPoint2 ] INTEGER NOT NULL,
  [ GradeMaxPoint3 ] INTEGER NOT NULL,
  [ GradeMaxPoint4 ] INTEGER NOT NULL,
  [ GradeMaxPoint5 ] INTEGER NOT NULL,
  [ GradeMaxPoint6 ] INTEGER NOT NULL,
  [ GradeMaxPoint7 ] INTEGER NOT NULL,
  [ GradeMaxPoint8 ] INTEGER NOT NULL,
  [ BoostRate_Trust ] INTEGER NOT NULL,
  [ GradeMaxPoint9 ] INTEGER NOT NULL,
  [ GradeMaxPoint10 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)