Guild eventlog SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} Category: SkyFire Characters database tables {{Back-to:Characters}} <big>'''The `guild_eventlog` table'''</big> {{table-no-description}} ...")
 
(No difference)

Latest revision as of 15:04, 6 July 2012

Back to characters database list of tables.


The `guild_eventlog` table

This table has no description. You can help SFDB wiki by clicking here to describe this table, if you have permissions.


Structure

Field Type Attributes Key Null Default Extra Comment
guildid int(11) signed PRI NO NULL Guild Identificator
LogGuid int(11) signed PRI NO NULL Log record identificator - auxiliary column
EventType tinyint(1) signed NO NULL Event type
PlayerGuid1 int(11) signed NO NULL Player 1
PlayerGuid2 int(11) signed NO NULL Player 2
NewRank tinyint(2) signed NO NULL New rank(in case promotion/demotion)
TimeStamp bigint(20) signed NO NULL Event UNIX time


Description of the fields

guildid

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

LogGuid

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

EventType

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

PlayerGuid1

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

PlayerGuid2

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

NewRank

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

TimeStamp

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.