summaryrefslogtreecommitdiff
path: root/docs/guild_eventlog.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guild_eventlog.md')
-rw-r--r--docs/guild_eventlog.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/guild_eventlog.md b/docs/guild_eventlog.md
index 5b89c89..6bea1c2 100644
--- a/docs/guild_eventlog.md
+++ b/docs/guild_eventlog.md
@@ -10,13 +10,13 @@
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|------------------|------------|------------|-----|------|---------|-------|---------------------------------------------|
-| [guildid][1] | int(11) | signed | PRI | NO | NULL | | Guild Identificator |
-| [LogGuid][2] | int(11) | signed | PRI | NO | NULL | | Log record identificator - auxiliary column |
-| [EventType][3] | tinyint(1) | signed | | NO | NULL | | Event type |
-| [PlayerGuid1][4] | int(11) | signed | | NO | NULL | | Player 1 |
-| [PlayerGuid2][5] | int(11) | signed | | NO | NULL | | Player 2 |
-| [NewRank][6] | tinyint(2) | signed | | NO | NULL | | New rank(in case promotion/demotion) |
-| [TimeStamp][7] | bigint(20) | signed | | NO | NULL | | Event UNIX time |
+| [guildid][1] | INT | SIGNED | PRI | NO | NULL | | Guild Identificator |
+| [LogGuid][2] | INT | SIGNED | PRI | NO | NULL | | Log record identificator - auxiliary column |
+| [EventType][3] | TINYINT | SIGNED | | NO | NULL | | Event type |
+| [PlayerGuid1][4] | INT | SIGNED | | NO | NULL | | Player 1 |
+| [PlayerGuid2][5] | INT | SIGNED | | NO | NULL | | Player 2 |
+| [NewRank][6] | TINYINT | SIGNED | | NO | NULL | | New rank(in case promotion/demotion) |
+| [timestamp][7] | BIGINT | SIGNED | | NO | NULL | | Event UNIX time |
[1]: #guildid
[2]: #logguid
@@ -59,6 +59,6 @@
`New rank (in case of promotion/demotion)`
-### TimeStamp
+### timestamp
`Event UNIX time`