WaysTable: Difference between revisions
Jump to navigation
Jump to search
Created page with 'This table stores information on the different Ways of Magic. {| border="1" |- ! field ! type ! foreign key ! description |- | id | integer | N | Unique ID number for way |- | …' |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
This table stores information on the different Ways of Magic. | This table stores information on the different Ways of Magic. | ||
{| | {| class="wikitable" | ||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|id | |||
|int(8) unsigned | |||
|PRI | |||
| | |||
|auto_increment | |||
|Unique ID number for way | |||
|- | |- | ||
| | | | ||
| | |name | ||
| | |varchar(20) | ||
| | | | ||
| | |||
| | |||
|The name of the way | |||
|- | |- | ||
| | | | ||
| | |skill | ||
| | |int(11) | ||
| The | | | ||
| | |||
| | |||
|The skill related to this way | |||
|- | |||
| | |||
|related_stat | |||
|int(11) | |||
| | |||
| | |||
| | |||
|The stat which has an influence on this way | |||
|} | |} | ||
[[Category:Engine documents]] |
Latest revision as of 13:33, 11 January 2022
This table stores information on the different Ways of Magic.
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | Unique ID number for way | ||
name | varchar(20) | The name of the way | ||||
skill | int(11) | The skill related to this way | ||||
related_stat | int(11) | The stat which has an influence on this way |