Guild warsTable: Difference between revisions

From PSwiki
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…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 16: Line 16:
| 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]]

Revision as of 00:14, 23 October 2010

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.
guild_b int(10) unsigned Y guild.id Guild id of guild B which is in war with guild A.