mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
6 lines
160 B
SQL
6 lines
160 B
SQL
CREATE TABLE "MissionSectionRewardInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"GroupType" INTEGER,
|
|
"Id" INTEGER
|
|
); |