mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-30 16:19:56 +08:00
Update StoredData.md
This commit is contained in:
parent
02b39a8d5e
commit
8346e675c1
@ -6,7 +6,7 @@ This Article is about the information stored in the Database.
|
|||||||
## Stored Data & Format
|
## Stored Data & Format
|
||||||
|
|
||||||
Data | Format in DB | Location in DB | Description
|
Data | Format in DB | Location in DB | Description
|
||||||
-- | -- | ----
|
-- | -- | ---- | --
|
||||||
UUID | varchar | plan_users | UUID of the player, used for saving & processing all the information
|
UUID | varchar | plan_users | UUID of the player, used for saving & processing all the information
|
||||||
Age | integer | plan_users | Age of the player, gathered from chat. -1 if not known
|
Age | integer | plan_users | Age of the player, gathered from chat. -1 if not known
|
||||||
Gender | varchar | plan_users | String representation of the [Gender Enum](/Plan/src/main/java/com/djrapitops/plan/api/Gender.java)
|
Gender | varchar | plan_users | String representation of the [Gender Enum](/Plan/src/main/java/com/djrapitops/plan/api/Gender.java)
|
||||||
|
Loading…
Reference in New Issue
Block a user