mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
7 lines
363 B
SQL
7 lines
363 B
SQL
CREATE TABLE "EvilCastleRewardInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"EndSeasonInfoIndex" TEXT, -- References EvilCastleEndSeasonInfo.InvenIndex
|
|
"EndSeasonTotalInfoIndex" BIGINT, -- References EvilCastleEndSeasonTotalInfo.InvenIndex
|
|
"RewardInfoBundleIndex" BIGINT -- References RewardInfoBundle.InvenIndex
|
|
); |