Skip to content

bugreport

This is a deprecated table, and used by core just for pinging mysql. It was created to store all the Bug/Suggestion submitted ingame by Players.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
idintunsignedPRINOauto_incrementIdentifier
typelongtextNO
contentlongtextNO
 

Description of fields ​

id ​

Auto generated value when records are inserted by Trinity. This id is just here to be a primary key and eases the data insertion.  

type ​

The text description of the type of bug or suggestion.  

content ​

The text content of the bug or suggestion.