`logs_ip_actions` 表
表结构
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | INT | UNSIGNED | PRI | NO | AUTO_INCREMENT | 唯一标识符 | |
| account_id | INT | UNSIGNED | NO | 账号 ID | |||
| character_guid | INT | UNSIGNED | NO | 角色 GUID | |||
| type | TINYINT | UNSIGNED | NO | ||||
| ip | VARCHAR(15) | SIGNED | NO | 127.0.0.1 | |||
| systemnote | TEXT | SIGNED | YES | 系统插入的备注 | |||
| unixtime | INT | UNSIGNED | NO | Unix 时间 | |||
| time | TIMESTAMP | SIGNED | NO | CURRENT_TIMESTAMP | 时间戳 | ||
| comment | TEXT | SIGNED | YES | 允许用户添加评论 |
field-no-description|1
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
field-no-description|6
field-no-description|7
field-no-description|8
field-no-description|9