guild_eventlog
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guildid | bigint | unsigned | PRI | NO | Guild Identificator | ||
| LogGuid | int | unsigned | PRI | NO | Log record identificator - auxiliary column | ||
| EventType | tinyint | unsigned | NO | Event type | |||
| PlayerGuid1 | bigint | unsigned | MUL | NO | Player 1 | ||
| PlayerGuid2 | bigint | unsigned | MUL | NO | Player 2 | ||
| NewRank | tinyint | unsigned | NO | New rank(in case promotion/demotion) | |||
| TimeStamp | bigint | signed | NO | Event UNIX time | |||
Description of fields
guildid
- no description -
LogGuid
- no description -
EventType
- no description -
PlayerGuid1
- no description -
PlayerGuid2
- no description -
NewRank
- no description -
TimeStamp
- no description -
