battlenet_account_bans
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | 0 | Account id | |
| bandate | int | unsigned | PRI | NO | 0 | ||
| unbandate | int | unsigned | NO | 0 | |||
| bannedby | varchar(50) | NO | |||||
| banreason | varchar(255) | NO | |||||
Description of fields
id
The battlenet account ID. See battlenet_accounts.id.
bandate
The date when the account was banned, in Unix time.
unbandate
The date when the account will be automatically unbanned, in Unix time. A value less than the current date means, in effect, a permanent ban.
bannedby
The character with the rights to the .ban command that banned the account.
banreason
The reason for the ban.
