mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
20
database/migrations/231_pack_in_game_info.sql
Normal file
20
database/migrations/231_pack_in_game_info.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
CREATE TABLE "PackInGameInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"CharInfoIndex" TEXT, -- References CharInfo.InvenIndex
|
||||
"QuestInfoIndex" TEXT, -- References QuestInfo.InvenIndex
|
||||
"ClearQuestIds" INTEGER NOT NULL, -- Parallel array with clear_quest_ids, research_object_id, statue_reward_obtain_id
|
||||
"Position" TEXT,
|
||||
"TalentNpcInfoIndex" TEXT, -- References TalentNpcInfo.InvenIndex
|
||||
"MonsterInfoIndex" TEXT, -- References MonsterInfo.InvenIndex
|
||||
"TalentObjectInfoIndex" TEXT, -- References TalentObjectInfo.InvenIndex
|
||||
"FieldBuffInfoIndex" TEXT, -- References FieldBuffInfo.InvenIndex
|
||||
"ReputationInfoIndex" TEXT, -- References ReputationInfo.InvenIndex
|
||||
"MapActiveInfoIndex" TEXT, -- References MapActiveInfo.InvenIndex
|
||||
"ResearchObjectId" INTEGER NOT NULL, -- Parallel array with clear_quest_ids, research_object_id, statue_reward_obtain_id
|
||||
"HuntingGroundInfoIndex" BIGINT, -- References HuntingGroundInfo.InvenIndex
|
||||
"TalentSkillInfoIndex" TEXT, -- References TalentSkillInfo.InvenIndex
|
||||
"ContentRankStatueInfoIndex" TEXT, -- References ContentRankStatueInfo.InvenIndex
|
||||
"StatueRewardObtainId" INTEGER NOT NULL, -- Parallel array with clear_quest_ids, research_object_id, statue_reward_obtain_id
|
||||
"RewardInfoBundleIndex" BIGINT -- References RewardInfoBundle.InvenIndex
|
||||
);
|
||||
Reference in New Issue
Block a user