EFTable_BattlefieldScoreGapBuff.db
Generated on: 2025-07-23 11:55:09 UTC
Row count: 1
CREATE TABLE BattlefieldScoreGapBuff (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ GapScore ] INTEGER NOT NULL,
[ BonusBuffId ] INTEGER NOT NULL,
[ RemovalBonusBuffId1 ] INTEGER NOT NULL,
[ RemovalBonusBuffId2 ] INTEGER NOT NULL,
[ RemovalBonusBuffId3 ] INTEGER NOT NULL,
[ RemovalBonusBuffId4 ] INTEGER NOT NULL,
[ RemovalBonusBuffId5 ] INTEGER NOT NULL,
[ AnnounceDesc ] TEXT NOT NULL,
[ AnnounceIconPath ] TEXT NOT NULL,
[ AnnounceIconIndex ] INTEGER NOT NULL,
[ ClassifyType ] INTEGER NOT NULL,
[ ClassifyIndex ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL
)