Files
BD2PS/database/migrations/241_popular_costume_count_info.sql
yoncodes e58fd190b4 pushing
2025-10-28 21:21:28 -04:00

8 lines
209 B
SQL

CREATE TABLE "PopularCostumeCountInfo" (
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
"Uid" BIGINT NOT NULL,
"Id" INTEGER,
"CountType0" BIGINT,
"CountType1" BIGINT,
"CountType2" BIGINT
);