summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-10 18:31:36 -0300
committerGitHub <noreply@github.com>2021-01-10 22:31:36 +0100
commit45b225449bb9dd8d4ca4831cf4acb8d58ae860c2 (patch)
treeda83332055f27e513df33dcd67d86b96878849df /docs
parentd042b9da811b4a9961054a07130e27768a52790a (diff)
downloadwiki-45b225449bb9dd8d4ca4831cf4acb8d58ae860c2.tar.gz
wiki-45b225449bb9dd8d4ca4831cf4acb8d58ae860c2.tar.bz2
wiki-45b225449bb9dd8d4ca4831cf4acb8d58ae860c2.zip
update account_banned (#341)
Diffstat (limited to 'docs')
-rw-r--r--docs/account_banned.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/account_banned.md b/docs/account_banned.md
index 7b30c55..7a0e1c4 100644
--- a/docs/account_banned.md
+++ b/docs/account_banned.md
@@ -11,11 +11,11 @@ This table lists all of the accounts that have been banned along with the date w
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|----------------|--------------|------------|-----|------|---------|-------|------------|
| [id][1] | int(10) | unsigned | PRI | NO | 0 | | Account id |
-| [bandate][2] | int(10) | signed | PRI | NO | 0 | | |
+| [bandate][2] | int(10) | unsigned | PRI | NO | 0 | | |
| [unbandate][3] | int(10) | unsigned | | NO | 0 | | |
-| [bannedby][4] | varchar(50) | signed | | NO | | | |
-| [banreason][5] | varchar(255) | signed | | NO | | | |
-| [active][6] | tinyint(3) | signed | | NO | 1 | | |
+| [bannedby][4] | varchar(50) | | | NO | | | |
+| [banreason][5] | varchar(255) | | | NO | | | |
+| [active][6] | tinyint(3) | unsigned | | NO | 1 | | |
[1]: #id
[2]: #bandate