AzerothCore
Pages :

logs_ip_actions

<-返回至:Auth

`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 允许用户添加评论

字段说明

id

field-no-description|1

account_id

field-no-description|2

character_guid

field-no-description|3

type

field-no-description|4

ip

field-no-description|5

systemnote

field-no-description|6

unixtime

field-no-description|7

time

field-no-description|8

comment

field-no-description|9