mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
8 lines
342 B
SQL
8 lines
342 B
SQL
CREATE TABLE "GuildInitInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"JoinRecvInfoIndex" TEXT, -- References UserBaseInfo.InvenIndex
|
|
"ActionInfoIndex" TEXT, -- References GuildActionInfo.InvenIndex
|
|
"IsReward" INTEGER,
|
|
"RaidPlayInfoIndex" BIGINT -- References GuildRaidPlayInfo.InvenIndex
|
|
); |