mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
pushing
This commit is contained in:
11
database/migrations/269_recommend_deck_base_info.sql
Normal file
11
database/migrations/269_recommend_deck_base_info.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
CREATE TABLE "RecommendDeckBaseInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"BattlePower" INTEGER,
|
||||
"DeckInfoIndex" TEXT, -- References DeckInfo.InvenIndex
|
||||
"TotalWarDeckInfoIndex" TEXT, -- References TotalWarDeckInfo.InvenIndex
|
||||
"CharInfoIndex" TEXT, -- References CharInfo.InvenIndex
|
||||
"CostumeInfoIndex" TEXT, -- References CostumeInfo.InvenIndex
|
||||
"EquipInfoIndex" TEXT, -- References EquipInfo.InvenIndex
|
||||
"AwakeInfoIndex" TEXT -- References CharAwakeInfo.InvenIndex
|
||||
);
|
||||
Reference in New Issue
Block a user