mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
7 lines
294 B
SQL
7 lines
294 B
SQL
CREATE TABLE "GuildRaidDeckInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"DeckInfoIndex" TEXT, -- References DeckInfo.InvenIndex
|
|
"SupporterDeckInfoIndex" TEXT, -- References GuildRaidSupporterDeckInfo.InvenIndex
|
|
"IsSupporterDeckUpdate" INTEGER
|
|
); |