Character eventsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
m Reverted edits by Luca (Talk) to last revision by Ethryn
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
{| border="1"
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|player_id
! foreign key
|int(10)
! description
|PRI
|0
|
|
|-
|-
| player_id
|
| integer
|event_id
|  
|int(10)
|PRI
|0
|
|  
|  
|-
|-
| event_id
|
| integer
|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