mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
9 lines
273 B
SQL
9 lines
273 B
SQL
CREATE TABLE "EvilCastleEndSeasonInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"Rank" INTEGER,
|
|
"StageIndex" INTEGER,
|
|
"Point" INTEGER,
|
|
"IsRewarded" INTEGER,
|
|
"RewardInfoIndex" TEXT -- References RewardInfo.InvenIndex
|
|
); |