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

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

Row count: 5

Download CSV Zipped

CREATE TABLE CharInfoStatMinMax (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Stat_Min ] REAL NOT NULL,
  [ Stat_Max ] REAL NOT NULL,
  [ Arg0_Min ] REAL NOT NULL,
  [ Arg0_Max ] REAL NOT NULL,
  [ Arg1_Min ] REAL NOT NULL,
  [ Arg1_Max ] REAL NOT NULL,
  [ Arg2_Min ] REAL NOT NULL,
  [ Arg2_Max ] REAL NOT NULL,
  [ Arg3_Min ] REAL NOT NULL,
  [ Arg3_Max ] REAL NOT NULL,
  [ Arg4_Min ] REAL NOT NULL,
  [ Arg4_Max ] REAL NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)