Codex storyTable: 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 |item_type |int(11) | | | |1 = homeworld story, 2 = chapter1, 3 = chapter2 |- |ADD |item_name |varchar(100) | | | |ex.: Homeworld Story, Race, ... |- |ADD |item_icon |varchar(100) | | | | |- |ADD |item_creative |text | | | |creative definition like for books, which may contain images/text |}" |
(No difference)
|
Latest revision as of 13:47, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | id | int(11) | PRI | auto_increment | ||
ADD | item_type | int(11) | 1 = homeworld story, 2 = chapter1, 3 = chapter2 | |||
ADD | item_name | varchar(100) | ex.: Homeworld Story, Race, ... | |||
ADD | item_icon | varchar(100) | ||||
ADD | item_creative | text | creative definition like for books, which may contain images/text |