EFTable_ItemRegressContents.db
Generated on: 2025-07-23 11:55:44 UTC
Row count: 89
CREATE TABLE ItemRegressContents (
[ ContentsType ] INTEGER NOT NULL,
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ ClassifyType ] INTEGER NOT NULL,
[ ClassifyIndex ] INTEGER NOT NULL,
[ ClassifyType2 ] INTEGER NOT NULL,
[ ClassifyIndex2 ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ ContentsType ], [ PrimaryKey ], [ SecondaryKey ])
)