mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
pushing
This commit is contained in:
14
database/migrations/254_pvp_battle_history_info.sql
Normal file
14
database/migrations/254_pvp_battle_history_info.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
CREATE TABLE "PvpBattleHistoryInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"BattleIndex" BIGINT,
|
||||
"BattleResult" INTEGER,
|
||||
"EnemyOwnerIndex" BIGINT,
|
||||
"EnemyUserId" TEXT,
|
||||
"EnemyVp" INTEGER,
|
||||
"EnemyRank" INTEGER,
|
||||
"ChangeVp" INTEGER,
|
||||
"ContinueWinVp" INTEGER,
|
||||
"TimeValue" BIGINT,
|
||||
"IsNoGame" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user