mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
18
database/migrations/007_action_player_state_info.sql
Normal file
18
database/migrations/007_action_player_state_info.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
CREATE TABLE "ActionPlayerStateInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"Type" INTEGER,
|
||||
"Seq" INTEGER,
|
||||
"OwnerIndex" BIGINT,
|
||||
"PlayerPosition" TEXT,
|
||||
"PlayerVector" TEXT,
|
||||
"KnockbackInfo" TEXT,
|
||||
"Speed" REAL,
|
||||
"DeltaTime" REAL,
|
||||
"SendTime" BIGINT,
|
||||
"Health" INTEGER,
|
||||
"Stamina" INTEGER,
|
||||
"RecoveryCount" INTEGER,
|
||||
"SkillId" INTEGER,
|
||||
"HitInfo" TEXT
|
||||
);
|
||||
Reference in New Issue
Block a user