Updated Database Schema (markdown)

Rsl1122 2018-03-03 22:53:38 +02:00
parent d27145ad33
commit c1ad2ea382

@ -44,7 +44,7 @@ SHOW TABLES IN Plan;
### Some notes ### Some notes
**plan_actions:action_id**: Actions id relates to [Actions enum](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/java/com/djrapitops/plan/database/tables/Actions.java) values **plan_actions:action_id**: Actions id relates to [Actions enum](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/java/com/djrapitops/plan/data/Actions.java) values
**plan_server:uuid**: This uuid is ServerUUID, which the server generates the first time the server connects to the database. It uses server properties as the seed and can be found in ServerInfoFile.yml **plan_server:uuid**: This uuid is ServerUUID, which the server generates the first time the server connects to the database. It uses server properties as the seed and can be found in ServerInfoFile.yml