mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
12 lines
368 B
SQL
12 lines
368 B
SQL
CREATE TABLE "RecommendDeckInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"OwnerIndex" BIGINT,
|
|
"UserId" TEXT,
|
|
"UserExp" INTEGER,
|
|
"PortraitCostumeId" INTEGER,
|
|
"PortraitCostumeDesignId" INTEGER,
|
|
"TitleId" INTEGER,
|
|
"GuildBaseInfoIndex" BIGINT, -- References GuildBaseInfo.InvenIndex
|
|
"SortValue" BIGINT
|
|
); |