mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
9 lines
254 B
SQL
9 lines
254 B
SQL
CREATE TABLE "MiniGameRouletteInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"EventScheduleId" INTEGER,
|
|
"FreeApCount" INTEGER,
|
|
"ResetTime" BIGINT,
|
|
"IsRewardSpecialItem" INTEGER,
|
|
"TryCount" INTEGER
|
|
); |