summaryrefslogtreecommitdiff
path: root/docs/ip_banned.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2021-08-08 06:04:05 -0400
committerGitHub <noreply@github.com>2021-08-08 12:04:05 +0200
commit4791ba79f50b033a182422bb8dc9045da641b08c (patch)
treead6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/ip_banned.md
parent0d430fa01d4da85406f732b76921478c460440f6 (diff)
downloadwiki-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.md8
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