logs_ip_actions
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | auto_increment | Unique Identifier | |
| account_id | int | unsigned | NO | Account ID | |||
| character_guid | bigint | unsigned | NO | Character Guid | |||
| realm_id | int | unsigned | NO | 0 | Realm ID | ||
| type | tinyint | unsigned | NO | ||||
| ip | varchar(15) | NO | 127.0.0.1 | ||||
| systemnote | text | YES | NULL | Notes inserted by system | |||
| unixtime | int | unsigned | NO | Unixtime | |||
| time | timestamp | NO | CURRENT_TIMESTAMP | DEFAULT_GENERATED | Timestamp | ||
| comment | text | YES | NULL | Allows users to add a comment | |||
Description of fields
id
- no description -
account_id
- no description -
character_guid
- no description -
realm_id
- no description -
type
- no description -
ip
- no description -
systemnote
- no description -
unixtime
- no description -
time
- no description -
comment
- no description -
