EFTable_ScreenShotMode.db
Generated on: 2025-07-23 11:55:59 UTC
Row count: 87
CREATE TABLE ScreenShotMode (
[ PrimaryKey ] INTEGER NOT NULL,
[ Type ] INTEGER NOT NULL,
[ AbbrevUIIndex ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ], [ AbbrevUIIndex ])
)