mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
13 lines
785 B
SQL
13 lines
785 B
SQL
CREATE TABLE "GachaInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"ScheduleInfoIndex" TEXT, -- References GachaScheduleInfo.InvenIndex
|
|
"GachaUserInfoIndex" TEXT, -- References GachaUserInfo.InvenIndex
|
|
"ScheduleEndExchangePoint" INTEGER,
|
|
"GachaFixedInfoIndex" TEXT, -- References GachaFixedInfo.InvenIndex
|
|
"GachaSelectionInfoIndex" TEXT, -- References GachaSelectionInfo.InvenIndex
|
|
"GachaSelectionChangeCountInfoIndex" TEXT, -- References GachaSelectionCountChangeInfo.InvenIndex
|
|
"StepUpScheduleInfoIndex" TEXT, -- References GachaStepUpScheduleInfo.InvenIndex
|
|
"StepUpUserInfoIndex" TEXT, -- References GachaStepUpUserInfo.InvenIndex
|
|
"ResemaraPreviewItemInfoIndex" TEXT -- References ResemaraGachaInfo.InvenIndex
|
|
); |