FactionsTable: 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 | |- | |faction_name |varchar(40) | | | | |- | |faction_description |text | | | | |- | |faction_character |text | | | | |- | |faction_weight |float(6,3) | |1.000 | | |}" |
(No difference)
|
Latest revision as of 12:06, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | |||
faction_name | varchar(40) | |||||
faction_description | text | |||||
faction_character | text | |||||
faction_weight | float(6,3) | 1.000 |