mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
17
database/migrations/297_supporter_usage_info.sql
Normal file
17
database/migrations/297_supporter_usage_info.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
CREATE TABLE "SupporterUsageInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"Id" BIGINT,
|
||||
"BorrowerOwnerIndex" BIGINT,
|
||||
"BorrowerUserId" TEXT,
|
||||
"BorrowerPortraitCostumeId" INTEGER,
|
||||
"BorrowerPortraitDesignId" INTEGER,
|
||||
"BorrowerTitleId" INTEGER,
|
||||
"SupporterOwnerIndex" BIGINT,
|
||||
"SupporterSlotIndex" INTEGER,
|
||||
"SupporterCostumeId" INTEGER,
|
||||
"SupporterDesignId" INTEGER,
|
||||
"BorrowType" TEXT,
|
||||
"RewardReceived" INTEGER,
|
||||
"UseDate" BIGINT
|
||||
);
|
||||
Reference in New Issue
Block a user