mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
pushing
This commit is contained in:
27
database/migrations/016_battle_char_info.sql
Normal file
27
database/migrations/016_battle_char_info.sql
Normal file
@@ -0,0 +1,27 @@
|
||||
CREATE TABLE "BattleCharInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"UniqueIndex" INTEGER,
|
||||
"InvenIndex" BIGINT,
|
||||
"Id" INTEGER,
|
||||
"Hp" BIGINT,
|
||||
"Level" INTEGER,
|
||||
"CostumeInvenIndex" BIGINT,
|
||||
"CostumeId" INTEGER,
|
||||
"CostumeLevel" INTEGER,
|
||||
"GridIndex" INTEGER,
|
||||
"ReserveCostumeId" INTEGER,
|
||||
"IsActiveSubSkillUse" INTEGER,
|
||||
"BuffPlusStat" TEXT,
|
||||
"BuffMultipleStat" TEXT,
|
||||
"AttackDamage" BIGINT,
|
||||
"BattlePower" INTEGER,
|
||||
"TotalWarPlayType" INTEGER,
|
||||
"ConnectPotentialCostume" INTEGER,
|
||||
"Key" INTEGER NOT NULL,
|
||||
"Value" INTEGER NOT NULL,
|
||||
"TargetingCount" INTEGER,
|
||||
"SupporterOwnerIndex" BIGINT,
|
||||
"SupporterSlotIndex" INTEGER,
|
||||
"CostumeDesignId" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user