The `lfg_data` table
This table contains saved data for LFG. This table is constantly in use by the core.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment | 
|---|---|---|---|---|---|---|---|
| guid | INT | UNSIGNED | PRI | NO | 0 | Global Unique Identifier | |
| dungeon | INT | UNSIGNED | NO | 0 | |||
| state | TINYINT | UNSIGNED | NO | 0 | 
Description of the fields
The guid for this group.
The dungeon ID from dbc.
The state for this group/dungeon.