Character traitsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | character_id | integer | | |- | trait_id | integer | | |}'
 
Grimston (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{| border="1"
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|character_id
! foreign key
|int(10) unsigned
! description
|PRI
|-
|0
| character_id
|
| integer
|  
|  
|  
|-
|-
| trait_id
|
| integer
|trait_id
|  
|int(10) unsigned
|PRI
|0
|
|  
|  
|}
|}
[[Category:Engine documents]]

Latest revision as of 11:54, 11 January 2022


UE Field Type Key Type Default Extra Description
character_id int(10) unsigned PRI 0
trait_id int(10) unsigned PRI 0