mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
6 lines
194 B
SQL
6 lines
194 B
SQL
CREATE TABLE "MailHistoryInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"MailInfoIndex" TEXT, -- References MailInfo.InvenIndex
|
|
"TotalCount" INTEGER
|
|
); |