EFTable_PCLevel.db
Generated on: 2025-07-23 11:55:57 UTC
Row count: 71
CREATE TABLE PCLevel (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ ReqExp ] INTEGER NOT NULL,
[ CriticalHitCoefficient ] REAL NOT NULL,
[ SpecialtyCoefficient ] REAL NOT NULL,
[ OppressionCoefficient ] REAL NOT NULL,
[ RapidityCoefficient ] REAL NOT NULL,
[ EnduranceCoefficient ] REAL NOT NULL,
[ MasteryCoefficient ] REAL NOT NULL,
[ APPointEvolution ] INTEGER NOT NULL,
[ APPointEnlightenment ] INTEGER NOT NULL,
[ APPointLeap ] INTEGER NOT NULL,
[ ClassifyType ] INTEGER NOT NULL,
[ ClassifyIndex ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL
)