From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/lfg_data.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 77 insertions(+), 6 deletions(-) (limited to 'docs/lfg_data.md') diff --git a/docs/lfg_data.md b/docs/lfg_data.md index 9e190a5..0b7d037 100644 --- a/docs/lfg_data.md +++ b/docs/lfg_data.md @@ -1,7 +1,78 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [lfg_data](lfg_data) +# lfg\_data -Column | Type | Description ---- | --- | --- -Guid | int(10) unsigned | -Dungeon | int(10) unsigned | -State | tinyint(3) unsigned | +`Back-to:Characters` + +**The \`lfg\_data\` table** + +`table-no-description` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier

dungeon

int(10)

unsigned

 

NO

0

 

 

state

tinyint(3)

unsigned

 

NO

0

 

 

+ +**Description of the fields** + +### guid + +`field-no-description|1` + +### dungeon + +`field-no-description|2` + +### state + +`field-no-description|3` -- cgit