bugreport

Back-to:Characters

The `bugreport` table

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

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

int(10)

unsigned

PRI

NO

NULL

Auto increment

Identifier

type

longtext

signed

 

NO

NULL

 

 

content

longtext

signed

 

NO

NULL

 

 

Description of the 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.