Guild warsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
{| border=1
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|guild_a
! foreign key
|int(10) unsigned
! description
|PRI
|
|
|Guild id of guild A which is in war with guild B.
|-
|-
| guild_a
|
| int(10) unsigned
|guild_b
| Y [[GuildsTable|guild.id]]
|int(10) unsigned
| Guild id of guild A which is in war with guild B.
|PRI
|-
|
| guild_b
|
| int(10) unsigned
|Guild id of guild B which is in war with guild A.  
| Y [[GuildsTable|guild.id]]
| Guild id of guild B which is in war with guild A.
|}
|}




[[Category:Engine documents]]
[[Category:Engine documents]]

Latest revision as of 12:14, 11 January 2022


UE Field Type Key Type Default Extra Description
guild_a int(10) unsigned PRI Guild id of guild A which is in war with guild B.
guild_b int(10) unsigned PRI Guild id of guild B which is in war with guild A.