====== logs_ip_actions 表 ====== ---- [[数据库:auth数据库:首页|<-返回:Auth 数据库]] **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#id|id]]|INT|UNSIGNED|PRI|NO| |AUTO_INCREMENT|Unique Identifier| |[[#account_id|account_id]]|INT|UNSIGNED| |NO| | |Account ID| |[[#character_guid|character_guid]]|INT|UNSIGNED| |NO| | |Character Guid| |[[#type|type]]|TINYINT|UNSIGNED| |NO| | | | |[[#ip|ip]]|VARCHAR(15)|SIGNED| |NO|127.0.0.1| | | |[[#systemnote|systemnote]]|TEXT|SIGNED| |YES| | |Notes inserted by system| |[[#unixtime|unixtime]]|INT|UNSIGNED| |NO| | |Unixtime| |[[#time|time]]|TIMESTAMP|SIGNED| |NO|CURRENT_TIMESTAMP| |Timestamp| |[[#comment|comment]]|TEXT|SIGNED| |YES| | |Allows users to add a comment| ===== 字段说明 ===== ---- ==== 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