mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
8 lines
297 B
SQL
8 lines
297 B
SQL
CREATE TABLE "PresetDeckInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"DeckBaseInfoIndex" BIGINT, -- References DeckInfo.InvenIndex
|
|
"CostumeInvenIndex" BIGINT,
|
|
"EquipInfoIndex" TEXT, -- References PresetDeckEquipInfo.InvenIndex
|
|
"Team" INTEGER
|
|
); |