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