-
Notifications
You must be signed in to change notification settings - Fork 47
Bugreport
Schmoozerd edited this page Apr 17, 2013
·
1 revision
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.