EFTable_ChallengePresetItemSet.db
Generated on: 2025-07-23 11:55:09 UTC
Row count: 235
CREATE TABLE ChallengePresetItemSet (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ ItemSetLevel ] INTEGER NOT NULL,
[ TargetClass ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)