Jump to content
  • We are looking for staff for the Wiki area!
    If interested please
    click here and select "Documentation Team"

  • account_banned


    antz
     NOTE:  This page is auto-generated from the MAGNET DBDocs module,
                 Any changes made directly to this page will be lost when it is regenerated.

    Description of the 'account_banned' table.

    This table lists all of the accounts that have been banned along with the date when (or if) the ban will expire.

    Table Notes

    This table uses the 'MyISAM' DB Engine

    The Field definitions follow:

    Field Name Field Type Nullable Key Default Value Attributes Notes
    id int(11) unsigned NO PRI NULL   The account ID [See account.id].
    bandate bigint(40) NO PRI '0'   The date when the account was banned, in Unix time.
    unbandate bigint(40) NO '0'   The date when the account will be automatically unbanned.
    bannedby varchar(50) NO {Blank String}   The character that banned the account.
    banreason varchar(255) NO {Blank String}   The reason for the ban.
    active tinyint(4) NO '1'   Is the ban is currently active or not.

    Description of the fields

    id int(11) unsigned

    The account ID [See account.id].

    bandate bigint(40)

    The date when the account was banned, in Unix time.

    unbandate bigint(40)

    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 varchar(50)

    The character with the rights to the .ban command that banned the account.

    banreason varchar(255)

    The reason for the ban.

    active tinyint(4)

    This is a Boolean field controlling if the ban is currently active or not.

    Value Meaning
    0 Ban Active
    1 Ban Inactive

    auto-generated by the getMaNGOS.eu MAGNET dbdocs module

    Edited by Antz


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use