Update StoredData.md

This commit is contained in:
Rsl1122 2017-05-24 12:24:31 +03:00 committed by GitHub
parent 02b39a8d5e
commit 8346e675c1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This Article is about the information stored in the Database.
## Stored Data & Format
Data | Format in DB | Location in DB | Description
-- | -- | ----
-- | -- | ---- | --
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
Gender | varchar | plan_users | String representation of the [Gender Enum](/Plan/src/main/java/com/djrapitops/plan/api/Gender.java)