mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
15
database/migrations/218_my_room_user_info.sql
Normal file
15
database/migrations/218_my_room_user_info.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
CREATE TABLE "MyRoomUserInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"OwnerIndex" BIGINT,
|
||||
"UserId" TEXT,
|
||||
"PortraitCostumeId" INTEGER,
|
||||
"PrimaryMyRoomId" INTEGER,
|
||||
"ItemInfoIndex" TEXT, -- References ItemInfo.InvenIndex
|
||||
"CostumeInfoIndex" TEXT, -- References CostumeInfo.InvenIndex
|
||||
"TrophyInfoIndex" TEXT, -- References MyRoomTrophyInfo.InvenIndex
|
||||
"MyRoomIndex" TEXT, -- References MyRoomInfo.InvenIndex
|
||||
"MyRoomLikeCount" INTEGER,
|
||||
"MyRoomLikeDate" BIGINT,
|
||||
"PortraitCostumeDesignId" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user