Item categoriesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border=1 |- ! field ! type ! foreign key ! description |- | category_id | int(8) unsigned | | |- | name | varchar(20) | | |- | item_stat_id_repair_tool | int(11) | | |- | is…' |
m add to category (Engine documents) |
||
Line 41: | Line 41: | ||
| | | | ||
|} | |} | ||
[[Category:Engine documents]] |
Revision as of 00:20, 23 October 2010
field | type | foreign key | description |
---|---|---|---|
category_id | int(8) unsigned | ||
name | varchar(20) | ||
item_stat_id_repair_tool | int(11) | ||
is_repair_tool_consumed | char(1) | N | (Y/N) |
skill_id_repair | int(11) | ||
identify_skill_id | int(10) | ||
identify_min_skill | int(8) unsigned |