mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
pushing
This commit is contained in:
16
database/migrations/207_monster_hunt_user_info.sql
Normal file
16
database/migrations/207_monster_hunt_user_info.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
CREATE TABLE "MonsterHuntUserInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"Season" INTEGER,
|
||||
"MonsterHuntId" INTEGER,
|
||||
"Level" INTEGER,
|
||||
"StartHp" BIGINT,
|
||||
"HighestFirstTurnDamage" INTEGER,
|
||||
"HighestHp" BIGINT,
|
||||
"HighestHpDate" BIGINT,
|
||||
"CurrentLevelHighestDamage" BIGINT,
|
||||
"DailyHighestDamage" BIGINT,
|
||||
"SeasonReward" INTEGER,
|
||||
"DailyRewardLevel" INTEGER,
|
||||
"DailyRewardDate" BIGINT
|
||||
);
|
||||
Reference in New Issue
Block a user