diff options
| -rw-r--r-- | docs/logs.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/logs.md b/docs/logs.md index 84cb008..6858a9e 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -8,13 +8,13 @@ This table stores all logs from authserver if database logging in config is enab **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-------------|------------|------------|-----|------|---------|-------|---------| -| [time][1] | int(10) | unsigned | | NO | | | | -| [realm][2] | realm(10) | unsigned | | NO | | | | -| [type][3] | tinyint(3) | unsigned | | NO | | | | -| [level][4] | tinyint(3) | unsigned | | NO | 0 | | | -| [string][5] | text | signed | | YES | | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-------------|--------------|------------|-----|------|---------|-------|---------| +| [time][1] | int(10) | unsigned | | NO | | | | +| [realm][2] | int(10) | unsigned | | NO | | | | +| [type][3] | varchar(250) | | | NO | | | | +| [level][4] | tinyint(3) | unsigned | | NO | 0 | | | +| [string][5] | text | | | YES | | | | [1]: #time [2]: #realm |
