====== character_skills 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table holds a listing of all skill for each character. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |[[#skill|skill]]|SMALLINT|UNSIGNED|PRI|NO|0| | | |[[#value|value]]|SMALLINT|UNSIGNED| |NO|0| | | |[[#max|max]]|SMALLINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== guid ==== The character guid. See characters.guid. ==== skill ==== The skill a character own's. A listing of those can be found in here. ==== value ==== The current skillrank(value) the character owns. ==== max ==== The highest possible value for the given skill within a given rank.