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 edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| | |||
{| class="wikitable" | |||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|guild_id | |||
|int(11) unsigned | |||
|PRI | |||
|0 | |||
| | |||
|Reference to guild this level description belongs to. | |||
|- | |- | ||
| | | | ||
| | |level | ||
| | |smallint(3) unsigned | ||
| | |PRI | ||
|0 | |||
| | |||
|The level number. | |||
|- | |- | ||
| | | | ||
| | |level_name | ||
| | |varchar(25) | ||
| The level | | | ||
|0 | |||
| | |||
|The level name. | |||
|- | |- | ||
| | | | ||
|rights | |||
|smallint(3) unsigned | |||
| | |||
|0 | |||
| rights | | | ||
| smallint(3) unsigned | |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]] |
Latest revision as of 12:15, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
guild_id | int(11) unsigned | PRI | 0 | Reference to guild this level description belongs to. | ||
level | smallint(3) unsigned | PRI | 0 | The level number. | ||
level_name | varchar(25) | 0 | The level name. | |||
rights | smallint(3) unsigned | 0 | The rights someone has when he reaches that level. Todo: Explain values. |