Char create lifeTable: Difference between revisions
Jump to navigation
Jump to search
Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(8) unsigned |PRI | |auto_increment | |- | |name |varchar(80) | |0 | | |- | |description |text | | | | |- | |cp_cost |int(8) | |0 | | |- | |scriptname |varchar(255) | | | | |- | |is_base |char(1) | | | | |}" |
(No difference)
|
Latest revision as of 11:46, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | |||
name | varchar(80) | 0 | ||||
description | text | |||||
cp_cost | int(8) | 0 | ||||
scriptname | varchar(255) | |||||
is_base | char(1) |