diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-08-08 06:04:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:04:05 +0200 |
| commit | 4791ba79f50b033a182422bb8dc9045da641b08c (patch) | |
| tree | ad6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/ip_banned.md | |
| parent | 0d430fa01d4da85406f732b76921478c460440f6 (diff) | |
| download | wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.gz wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.bz2 wiki-4791ba79f50b033a182422bb8dc9045da641b08c.zip | |
chore: Update db-auth (#602)
* Update db-auth
* delete the language change from the tables
* Update database-auth.md
Diffstat (limited to 'docs/ip_banned.md')
| -rw-r--r-- | docs/ip_banned.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ip_banned.md b/docs/ip_banned.md index 7e87843..9eda028 100644 --- a/docs/ip_banned.md +++ b/docs/ip_banned.md @@ -9,12 +9,12 @@ This table contains all of the banned IPs and the date when (or if) the ban will **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|----------------|--------------|------------|-----|------|-----------|-------|---------| -| [ip][1] | VARCHAR(15) | | PRI | NO | 127.0.0.1 | | | +| -------------- | ------------ | ---------- | --- | ---- | --------- | ----- | ------- | +| [ip][1] | VARCHAR(15) | SIGNED | PRI | NO | 127.0.0.1 | | | | [bandate][2] | INT | UNSIGNED | PRI | NO | | | | | [unbandate][3] | INT | UNSIGNED | | NO | | | | -| [bannedby][4] | VARCHAR(50) | | | NO | [Console] | | | -| [banreason][5] | VARCHAR(255) | | | NO | no reason | | | +| [bannedby][4] | VARCHAR(50) | SIGNED | | NO | [Console] | | | +| [banreason][5] | VARCHAR(255) | SIGNED | | NO | no reason | | | [1]: #ip [2]: #bandate |
