Character discoveriesTable

From PSwiki
Revision as of 13:41, 11 January 2022 by Grimston (talk | contribs) (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |character_id |int(11) | | | |the player who discovered this item |- |ADD |knowledge_type |tinyint(4) | | | |1 = codexCreatures, 2 = codexPlantMinerals, 3 = codexLocationsLoc, 4 = codexLocationsNPC, 5= codexStory, 6= codexFactions |- |ADD |childtable_id |int(11) | | | |Points to the ID of the specific table based on the type |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UE Field Type Key Type Default Extra Description
ADD id int(11) PRI auto_increment
ADD character_id int(11) the player who discovered this item
ADD knowledge_type tinyint(4) 1 = codexCreatures, 2 = codexPlantMinerals, 3 = codexLocationsLoc, 4 = codexLocationsNPC, 5= codexStory, 6= codexFactions
ADD childtable_id int(11) Points to the ID of the specific table based on the type