Guild warsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border=1 |- ! field ! type ! foreign key ! description |- | guild_a | int(10) unsigned | Y guild.id | Guild id of guild A which is in war with guild B. |- | gu…' |
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 | |||
|- | |- | ||
| | |||
|guild_a | |||
|int(10) unsigned | |||
|PRI | |||
| | |||
| | |||
|Guild id of guild A which is in war with guild B. | |||
|- | |- | ||
| | | | ||
| int(10) unsigned | |guild_b | ||
| | |int(10) unsigned | ||
| | |PRI | ||
| | | | ||
| | |||
|Guild id of guild B which is in war with guild A. | |||
| Guild id of guild B which is in war with guild A. | |||
|} | |} | ||
[[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. |