gm_survey
Stores GM-Surveys, randomly triggered after a GM-Ticket is resolved. worldserver.conf setting
GM.TicketSystem.ChanceOfGMSurveymust be > 0 to allow for surveys.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| surveyId | int | unsigned | PRI | NO | auto_increment | ||
| guid | int | unsigned | NO | 0 | |||
| mainSurvey | int | unsigned | NO | 0 | |||
| comment | longtext | NO | |||||
| createTime | int | unsigned | NO | 0 | |||
Description of fields
surveyId
Unique survey enumerator.
guid
The guid of the surveyed character.
mainSurvey
An GMSurveySurveys ID, defining the questions.
comment
A player composed comment.
createTime
Unix timestamp when the survey was submitted.
