AlliancesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with '{| border=1 |- ! field ! type ! foreign key ! description |- | id | int(11) | N | Primary Key |- | name | varchar(25) | N | Alliance Name |- | leading_guild | int(11) | Y [[Guild…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 21: Line 21:
| The leading guild.
| The leading guild.
|}
|}
[[Category:Engine documents]]

Revision as of 00:14, 23 October 2010

field type foreign key description
id int(11) N Primary Key
name varchar(25) N Alliance Name
leading_guild int(11) Y guilds.id The leading guild.