AlliancesTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 1: | Line 1: | ||
| {| border=1 | |||
| |- | |||
| ! field | |||
| ! type | |||
| ! foreign key | |||
| ! description | |||
| |- | |||
| | id | |||
| | int(11) | |||
| | N | |||
| | Primary Key | |||
| |- | |||
| | name | |||
| | varchar(25) | |||
| | N | |||
| | Alliance Name | |||
| |- | |||
| | leading_guild | |||
| | int(11) | |||
| | Y [[GuildsTable|guilds.id]] | |||
| | The leading guild. | |||
| |} | |||
| [[Category:Engine documents]] | |||
Revision as of 22:35, 10 December 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. |