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_save.md | 68 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 5 deletions(-) (limited to 'docs/pool_quest_save.md') diff --git a/docs/pool_quest_save.md b/docs/pool_quest_save.md index 8784ecc..8aa4ce4 100644 --- a/docs/pool_quest_save.md +++ b/docs/pool_quest_save.md @@ -1,6 +1,64 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [pool_quest_save](pool_quest_save) +# pool\_quest\_save -Column | Type | Description ---- | --- | --- -Pool_id | int(10) unsigned | -Quest_id | int(10) unsigned | +`Back-to:Characters` + +**The \`pool\_quest\_save\` table** + +`table-no-description|0` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

pool_id

int(10)

unsigned

PRI

NO

0

 

 

quest_id

int(10)

unsigned

PRI

NO

0

 

 

+ +**Description of the fields** + +### pool\_id + +[pool\_quest.entry](http://collab.kpsn.org/display/tc/Pool+quest+tc2#Poolquesttc2-pool_entry) + +### quest\_id + +[quest\_template.id](http://collab.kpsn.org/display/tc/Quest+template+tc2#Questtemplatetc2-Id) -- cgit