Back to 'account' Return to auth Go to 'account_banned'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
AccountID | int | unsigned | PRI | NO | |||
SecurityLevel | tinyint | unsigned | NO | ||||
RealmID | int | signed | PRI | NO | -1 | ||
Comment | varchar(255) | YES | NULL |
The account ID
The account security level. Different levels have access to different commands. The individual level required for a command is defined in the command table in each realm.
The Realm ID. -1 applies the rights to all realms.
- no description -