From f615a8e065cce65ab833db303eb09c71ee4841f4 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Tue, 12 Jan 2021 06:26:36 -0300 Subject: update logs.md (#347) --- docs/logs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/logs.md') 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 -- cgit