Char create lifeTable

From PSwiki
Revision as of 11:46, 11 January 2022 by Grimston (talk | contribs) (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) | | | | |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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)