Character eventsTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| m add to category (Engine documents) | No edit summary | ||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {|  | |||
| {| class="wikitable" | |||
| |+ | |||
| !UE | |||
| !Field | |||
| !Type | |||
| !Key Type | |||
| !Default | |||
| !Extra | |||
| !Description | |||
| |- | |- | ||
| | | |||
| |player_id | |||
| |int(10) | |||
| |PRI | |||
| |0 | |||
| | | |||
| |  | |||
| |- | |- | ||
| |  | | | ||
| |  | |event_id | ||
| |   | |int(10) | ||
| |PRI | |||
| |0 | |||
| | | |||
| |   | |   | ||
| |- | |- | ||
| |  | | | ||
| |  | |vote | ||
| |   | |tinyint(1) | ||
| |   | | | ||
| | | |||
| | | |||
| |The vote expressed by the player on the specific event (range 1-10 where 0 is equal to 1/10)  | |||
| |- | |||
| | | |||
| |comments | |||
| |text | |||
| | | |||
| | | |||
| | | |||
| |A comment left by the player on the event  | |||
| |} | |} | ||
| [[Category:Engine documents]] | [[Category:Engine documents]] | ||
Latest revision as of 11:50, 11 January 2022
| UE | Field | Type | Key Type | Default | Extra | Description | 
|---|---|---|---|---|---|---|
| player_id | int(10) | PRI | 0 | |||
| event_id | int(10) | PRI | 0 | |||
| vote | tinyint(1) | The vote expressed by the player on the specific event (range 1-10 where 0 is equal to 1/10) | ||||
| comments | text | A comment left by the player on the event |