====== character_account_data 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] Contains data about character settings. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| | | |[[#type|type]]|TINYINT|UNSIGNED|PRI|NO|0| | | |[[#time|time]]|INT|UNSIGNED| |NO|0| | | |[[#data|data]]|BLOB|SIGNED| |NO| | | | ===== 字段说明 ===== ---- ==== guid ==== The character global unique identifier. See characters.guid. ==== type ==== ^Value^Description^ |1|Config cache per character| |3|Bindings cache per character| |5|Macros cache per character| |6|Layout cache per character| |7|Chat cache per character| ==== time ==== Time of last modification in Unixtime. ==== data ==== No description can be written. You just must understand it's data.