gm_bug
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | |||
| playerGuid | bigint | unsigned | NO | ||||
| note | text | NO | |||||
| createTime | bigint | signed | NO | 0 | |||
| mapId | smallint | unsigned | NO | 0 | |||
| posX | float | NO | 0 | ||||
| posY | float | NO | 0 | ||||
| posZ | float | NO | 0 | ||||
| facing | float | NO | 0 | ||||
| closedBy | bigint | signed | NO | 0 | |||
| assignedTo | bigint | unsigned | NO | 0 | GUID of admin to whom ticket is assigned | ||
| comment | text | NO | |||||
Description of fields
id
- no description -
playerGuid
- no description -
note
- no description -
createTime
- no description -
mapId
- no description -
posX
- no description -
posY
- no description -
posZ
- no description -
facing
- no description -
closedBy
- no description -
assignedTo
- no description -
comment
- no description -
