Character eventsTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| (One intermediate revision by one other user 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]] | |||
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 |