bugreport - cmangos/issues GitHub Wiki
Back to the characters database list of tables.
This table stores all the Bug/Suggestion submitted ingame by Players.
Field | Type | Null | Key | Default | Extra |
id | int(11) | NO | PRI | None | auto_increment |
type | varchar(255) | NO | |||
content | varchar(255) | NO |
Auto generated value when records are inserted by MaNGOS. This id is just here to be a primary key and eases the data insertion.
The text description of the type of bug/suggestion.
The text content of the bug/suggestion.