diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-05 15:42:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 21:42:49 +0200 |
| commit | 419e2ab2ff9fce4399f3ec969d88a66c8341117f (patch) | |
| tree | 47a684c33f7c0a21d34ae88553579d107ba3dcc5 /docs/uptime.md | |
| parent | e996716ad4b66b4d40e44123711a738789b9a2b8 (diff) | |
| download | wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.tar.gz wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.tar.bz2 wiki-419e2ab2ff9fce4399f3ec969d88a66c8341117f.zip | |
chore: update some auth-related files (#573)
Diffstat (limited to 'docs/uptime.md')
| -rw-r--r-- | docs/uptime.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/uptime.md b/docs/uptime.md index 8e791bb..395732d 100644 --- a/docs/uptime.md +++ b/docs/uptime.md @@ -10,10 +10,10 @@ This table holds the server's uptime. The core will automatically update the lat | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|--------------|------------|-----|------|-------------|-------|---------| -| [realmid][1] | INT | UNSIGNED | PRI | NO | | | | -| [starttime][2] | INT | UNSIGNED | PRI | NO | 0 | | | -| [uptime][3] | INT | UNSIGNED | | NO | 0 | | | -| [maxplayers][4] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [realmid][1] | INT | UNSIGNED | PRI | NO | | | | +| [starttime][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [uptime][3] | INT | UNSIGNED | | NO | 0 | | | +| [maxplayers][4] | SMALLINT | UNSIGNED | | NO | 0 | | | | [revision][5] | VARCHAR(255) | | | NO | AzerothCore | | | [1]: #realmid |
