mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
9 lines
281 B
SQL
9 lines
281 B
SQL
CREATE TABLE "TotalWarDeckPresetInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"Slot" INTEGER,
|
|
"PresetName" TEXT,
|
|
"ResourceId" INTEGER,
|
|
"ResourceColor" INTEGER,
|
|
"DeckInfoIndex" TEXT -- References TotalWarDeckInfo.InvenIndex
|
|
); |