mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
59
database/migrations/311_user_info.sql
Normal file
59
database/migrations/311_user_info.sql
Normal file
@@ -0,0 +1,59 @@
|
||||
CREATE TABLE "UserInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"OwnerIndex" BIGINT,
|
||||
"UserId" TEXT,
|
||||
"UserKey" TEXT,
|
||||
"LastPlayPackId" INTEGER,
|
||||
"InvenSlot" INTEGER,
|
||||
"StorageSlot" INTEGER,
|
||||
"Gold" BIGINT,
|
||||
"FreeJewelry" BIGINT,
|
||||
"Jewelry" BIGINT,
|
||||
"EquipSlot" INTEGER,
|
||||
"Catalyst" BIGINT,
|
||||
"Exp" INTEGER,
|
||||
"LevelReward" INTEGER,
|
||||
"PortraitCostumeId" INTEGER,
|
||||
"EquipStorageSlot" INTEGER,
|
||||
"PvpTicket" INTEGER,
|
||||
"Medal" INTEGER,
|
||||
"EvilCastleCoin" INTEGER,
|
||||
"UserType" INTEGER,
|
||||
"FreeHuntingAp" INTEGER,
|
||||
"BonusHuntingAp" INTEGER,
|
||||
"PvpTicketStack" INTEGER,
|
||||
"Mileage" INTEGER,
|
||||
"HopePowder" INTEGER,
|
||||
"UnregDate" BIGINT,
|
||||
"PurchaseCountInfoIndex" TEXT, -- References PurchaseCountInfo.InvenIndex
|
||||
"IsFirstGacha" INTEGER,
|
||||
"PresetSlot" INTEGER,
|
||||
"OptimizeInfoIndex" TEXT, -- References OptimizeBaseInfo.InvenIndex
|
||||
"BlockDate" BIGINT,
|
||||
"ReturnStatusEndTime" BIGINT,
|
||||
"MyRoomSlot" INTEGER,
|
||||
"TotalWarPresetSlot" INTEGER,
|
||||
"EventApFree" INTEGER,
|
||||
"EventApStack" INTEGER,
|
||||
"FreeTorchLightAp" INTEGER,
|
||||
"TorchLightAp" INTEGER,
|
||||
"JoinTime" BIGINT,
|
||||
"NewbiePassStep" INTEGER,
|
||||
"BlockReason" INTEGER,
|
||||
"RogueLikeAp" INTEGER,
|
||||
"RogueLikeApStack" INTEGER,
|
||||
"LoginDate" BIGINT,
|
||||
"GuildCoin" BIGINT,
|
||||
"CafeteriaCoin" BIGINT,
|
||||
"DatingApFree" INTEGER,
|
||||
"DatingApStack" INTEGER,
|
||||
"MiniGameCoin" BIGINT,
|
||||
"CanCharAutoRevive" INTEGER,
|
||||
"AutoReviveCastingCharInvenIndex" BIGINT,
|
||||
"RecommendDeckUserOptionInfoIndex" BIGINT, -- References RecommendDeckUserOptionInfo.InvenIndex
|
||||
"MonsterHuntPresetSlot" INTEGER,
|
||||
"GuildRaidPresetSlot" INTEGER,
|
||||
"MyRoomDecoCoin" BIGINT,
|
||||
"PortraitCostumeDesignId" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user