mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
9 lines
279 B
SQL
9 lines
279 B
SQL
CREATE TABLE "PresetInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"PresetName" TEXT,
|
|
"PresetResourceId" INTEGER,
|
|
"PresetResourceColor" INTEGER,
|
|
"Slot" INTEGER,
|
|
"DeckInfoIndex" TEXT -- References PresetDeckInfo.InvenIndex
|
|
); |