mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
21
database/migrations/131_guild_raid_main_info.sql
Normal file
21
database/migrations/131_guild_raid_main_info.sql
Normal file
@@ -0,0 +1,21 @@
|
||||
CREATE TABLE "GuildRaidMainInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"Season" INTEGER,
|
||||
"RaidDay" INTEGER,
|
||||
"TodayNormalBattleCount" INTEGER,
|
||||
"UserScore" BIGINT,
|
||||
"LastScoreRewardId" INTEGER,
|
||||
"GuildTotalScore" BIGINT,
|
||||
"GuildTopPercent" REAL,
|
||||
"GolemLevel" INTEGER,
|
||||
"GolemExp" INTEGER,
|
||||
"ObtainableSeasonReward" INTEGER,
|
||||
"TodaySupporterUseCount" INTEGER,
|
||||
"TotalSupporterRentalCount" INTEGER,
|
||||
"TopGuildScore" BIGINT,
|
||||
"PlayDay" INTEGER NOT NULL,
|
||||
"ScheduleHistoryInfoIndex" TEXT, -- References ContentScheduleHistory.InvenIndex
|
||||
"FlagGradeVersionInfoIndex" TEXT, -- References GuildRaidFlagGradeVersionInfo.InvenIndex
|
||||
"GuildRank" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user