mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
10 lines
338 B
SQL
10 lines
338 B
SQL
CREATE TABLE "StatueGroupInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"Id" INTEGER,
|
|
"Season" INTEGER,
|
|
"GroupRank" INTEGER,
|
|
"GuildBaseInfoIndex" BIGINT, -- References GuildBaseInfo.InvenIndex
|
|
"UserStatueInfoIndex" TEXT, -- References StatueInfo.InvenIndex
|
|
"ErrorFlag" INTEGER
|
|
); |