Weapon typesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "Holds different types of weapons and their associations {| class="wikitable" |+ !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 |}" |
(No difference)
|
Latest revision as of 15:22, 11 January 2022
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 |