mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
19
database/migrations/157_mail_info.sql
Normal file
19
database/migrations/157_mail_info.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
CREATE TABLE "MailInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"InvenIndex" BIGINT,
|
||||
"Type" INTEGER,
|
||||
"MailId" INTEGER,
|
||||
"SenderText" TEXT,
|
||||
"TitleText" TEXT,
|
||||
"MessageText" TEXT,
|
||||
"RewardExpireTime" BIGINT,
|
||||
"ItemType" INTEGER NOT NULL, -- Parallel array with item_type, item_id, item_count
|
||||
"ItemId" INTEGER NOT NULL, -- Parallel array with item_type, item_id, item_count
|
||||
"ItemCount" INTEGER NOT NULL, -- Parallel array with item_type, item_id, item_count
|
||||
"IsOpen" INTEGER,
|
||||
"OpenTime" BIGINT,
|
||||
"CreateTime" BIGINT,
|
||||
"HistoryDeleteTime" BIGINT,
|
||||
"IsCash" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user