GuildlevelsTable: Difference between revisions

From PSwiki
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. |-…'
 
Grimston (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{| border=1
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|guild_id
! foreign key
|int(11) unsigned
! description
|PRI
|0
|
|Reference to guild this level description belongs to. 
|-
|-
| guild_id
|
| int(11) unsigned
|level
| Y [[GuildsTable|guild.id]]
|smallint(3) unsigned
| Reference to guild this level description belongs to.
|PRI
|0
|
|The level number.
|-
|-
| level
|
| smallint(3) unsigned
|level_name
| N
|varchar(25)
| The level number.
|
|0
|
|The level name.
|-
|-
| level_name
|
| varchar(25)
|rights
| N
|smallint(3) unsigned
| The level name.
|
|-
|0
| rights
|
| smallint(3) unsigned
|The rights someone has when he reaches that level. Todo: Explain values.  
| N
| 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.