guild_bank_eventlog
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guildid | bigint | unsigned | PRI | NO | 0 | Guild Identificator | |
| LogGuid | int | unsigned | PRI | NO | 0 | Log record identificator - auxiliary column | |
| TabId | tinyint | unsigned | PRI | NO | 0 | Guild bank TabId | |
| EventType | tinyint | unsigned | NO | 0 | Event type | ||
| PlayerGuid | bigint | unsigned | MUL | NO | 0 | ||
| ItemOrMoney | bigint | unsigned | NO | 0 | |||
| ItemStackCount | smallint | unsigned | NO | 0 | |||
| DestTabId | tinyint | unsigned | NO | 0 | Destination Tab Id | ||
| TimeStamp | bigint | signed | NO | 0 | Event UNIX time | ||
Description of fields
guildid
- no description -
LogGuid
- no description -
TabId
- no description -
EventType
- no description -
PlayerGuid
- no description -
ItemOrMoney
- no description -
ItemStackCount
- no description -
DestTabId
- no description -
TimeStamp
- no description -
