Player spellsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | player_id | integer | Y CharactersTable | The character id. |- | spell_id | integer | Y SpellsTable | The…'
 
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
|player_id
! foreign key
|int(10) unsigned
! description
|PRI
|0
|
|The character id.
|-
|-
| player_id
|
| integer
|spell_id
| Y [[CharactersTable]]
|int(8) unsigned
| The character id.
|PRI
|0
|
|The spell id.
|-
|-
| spell_id
|
| integer
|spell_slot
| Y [[SpellsTable]]
|tinyint(3) unsigned
| The spell id.
|
|-
|0
| spell_slot
|
| tinyint
|The spell slot.
| N
| The spell slot.
|}
|}
[[Category:Engine documents]]

Latest revision as of 12:52, 11 January 2022

UE Field Type Key Type Default Extra Description
player_id int(10) unsigned PRI 0 The character id.
spell_id int(8) unsigned PRI 0 The spell id.
spell_slot tinyint(3) unsigned 0 The spell slot.