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

11 lines
281 B
SQL

CREATE TABLE "DefenseUnitInfo" (
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
"Uid" BIGINT NOT NULL,
"UnitId" INTEGER,
"UnitIndex" INTEGER,
"SpawnTicks" BIGINT,
"DespwanTicks" BIGINT,
"ElementLevel" INTEGER,
"CoolTime" REAL,
"GridIndex" INTEGER
);