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/pool_quest.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 77 insertions(+), 6 deletions(-) (limited to 'docs/pool_quest.md') diff --git a/docs/pool_quest.md b/docs/pool_quest.md index d82f531..eac93df 100644 --- a/docs/pool_quest.md +++ b/docs/pool_quest.md @@ -1,7 +1,78 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [pool_quest](pool_quest) +# pool\_quest -Column | Type | Description ---- | --- | --- -Entry | int(10) unsigned | -Pool_entry | mediumint(8) unsigned | -Description | varchar(255) | +`Back-to:World` + +**The \`pool\_quest\` table** + +This table contains a list of quests that are tied to a specific pool. + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

int(10)

unsigned

PRI

NO

0

 

 

pool_entry

mediumint(8)

unsigned

 

NO

0

 

 

description

varchar(255)

signed

 

YES

NULL

 

 

+ +**Description of the fields** + +### entry + +Quest [id](quest_template_2130261.html#quest_template-id). + +### pool\_entry + +The [pool](pool_template_2130267.html#pool_template-entry) that this quest is in. Refers to [pool\_template entry](pool_template_2130267.html#pool_template-entry). + +### description + +`field-no-description|3` -- cgit