Codex factionsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |ref_id |int(11) | | | |points to factions table id |- |ADD |item_name |varchar(100) | | | |ex.: Purpose, Organization, Notable people, ... |- |ADD |item_desc |text | | | |the knowledge we provide to the player |- |ADD |item_icon |varchar(100) | | | | |}" |
(No difference)
|
Latest revision as of 13:45, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | id | int(11) | PRI | auto_increment | ||
ADD | ref_id | int(11) | points to factions table id | |||
ADD | item_name | varchar(100) | ex.: Purpose, Organization, Notable people, ... | |||
ADD | item_desc | text | the knowledge we provide to the player | |||
ADD | item_icon | varchar(100) |