mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
9 lines
238 B
SQL
9 lines
238 B
SQL
CREATE TABLE "DefenseMonsterInfo" (
|
|
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
"Uid" BIGINT NOT NULL,
|
|
"MonsterId" INTEGER,
|
|
"MonsterIndex" INTEGER,
|
|
"SpawnTicks" BIGINT,
|
|
"DespwanTicks" BIGINT,
|
|
"Health" INTEGER
|
|
); |