The `logs_ip_actions` table
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | int(10) | unsigned | PRI | NO | auto_increment | Unique Identifier | |
account_id | int(10) | unsigned | NO | Account ID | |||
character_guid | int(10) | unsigned | NO | Character Guid | |||
type | tinyint(3) | unsigned | NO | ||||
ip | varchar(15) | NO | 127.0.0.1 | ||||
systemnote | text | YES | Notes inserted by system | ||||
unixtime | int(10) | unsigned | NO | Unixtime | |||
time | timestamp | NO | CURRENT_TIMESTAMP | Timestamp | |||
comment | text | YES | Allows users to add a comment |