Guild bank eventlog tc2
|
Back to characters database list of tables.
The `guild_bank_eventlog` table
This table has no description. You can help TDB wiki by clicking here to describe this table, if you have permissions.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| guildid | int(11) | unsigned | PRI | NO | 0 | Guild Identificator | |
| LogGuid | int(11) | unsigned | PRI | NO | 0 | Log record identificator - auxiliary column | |
| TabID | tinyint(3) | unsigned | PRI | NO | 0 | Guild bank TabId | |
| EventType | tinyint(3) | unsigned | NO | 0 | Event type | ||
| PlayerGuid | int(11) | unsigned | NO | 0 | |||
| ItemOrMoney | int(11) | unsigned | NO | 0 | |||
| ItemStackCount | tinyint(3) | unsigned | NO | 0 | |||
| DestTabId | tinyint(1) | unsigned | NO | 0 | Destination Tab Id | ||
| TimeStamp | bigint(20) | unsigned | NO | 0 | 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.
TabId
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.
PlayerGuid
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
ItemOrMoney
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
ItemStackCount
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
DestTabId
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.