diff options
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 |
