EFTable_ItemExchangeSecretMap.db
Generated on: 2025-07-23 11:55:43 UTC
Row count: 186
CREATE TABLE ItemExchangeSecretMap (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ UpgradeGroup ] INTEGER NOT NULL,
[ UpgradeFeature ] INTEGER NOT NULL,
[ Cost ] INTEGER NOT NULL,
[ MaterialGroup ] INTEGER NOT NULL,
[ MaterialFeature1 ] REAL NOT NULL,
[ MaterialFeature2 ] REAL NOT NULL,
[ MaterialFeature3 ] REAL NOT NULL,
[ MaterialFeature4 ] REAL NOT NULL,
[ MaterialFeature5 ] REAL NOT NULL,
[ MaterialFeature6 ] REAL NOT NULL,
[ MaterialFeature7 ] REAL NOT NULL,
[ MaterialFeature8 ] REAL NOT NULL,
[ MaterialFeature9 ] REAL NOT NULL,
[ MaterialFeature10 ] REAL NOT NULL,
[ MaterialFeature11 ] REAL NOT NULL,
[ MaterialFeature12 ] REAL NOT NULL,
[ ClassifyType ] INTEGER NOT NULL,
[ ClassifyIndex ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ])
)