diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/account_banned.md | 8 |
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 |
