Weapon typesTable
Holds different types of weapons and their associations
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(11) | PRI | auto_increment | holds the type unique id number | ||
name | varchar(40) | UNI | is the types name, each name must be unique. | |||
skill | int(11) | The skill related to this type |