AlliancesTable: Difference between revisions
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…' |
(No difference)
|
Revision as of 22:15, 12 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. |