GuildlevelsTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with '{| border=1 |- ! field ! type ! foreign key ! description |- | guild_id | int(11) unsigned | Y guild.id | Reference to guild this level description belongs to. |-…' | m add to category (Engine documents) | ||
| Line 26: | Line 26: | ||
| | The rights someone has when he reaches that level. Todo: Explain values. | | The rights someone has when he reaches that level. Todo: Explain values. | ||
| |} | |} | ||
| [[Category:Engine documents]] | |||
Revision as of 00:14, 23 October 2010
| field | type | foreign key | description | 
|---|---|---|---|
| guild_id | int(11) unsigned | Y guild.id | Reference to guild this level description belongs to. | 
| level | smallint(3) unsigned | N | The level number. | 
| level_name | varchar(25) | N | The level name. | 
| rights | smallint(3) unsigned | N | The rights someone has when he reaches that level. Todo: Explain values. |