EFTable_QuestMainGroup.db
Generated on: 2025-07-23 11:55:59 UTC
Row count: 21
CREATE TABLE QuestMainGroup (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ FirstQuestId ] INTEGER NOT NULL,
[ LastQuestId ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ])
)