summaryrefslogtreecommitdiff
path: root/docs/pool_quest_save.md
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
committerFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
commita35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch)
tree91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/pool_quest_save.md
parentd8d1823802ded97300fa57405d80b16736603489 (diff)
downloadwiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip
Import DB wiki from TC 335
Diffstat (limited to 'docs/pool_quest_save.md')
-rw-r--r--docs/pool_quest_save.md68
1 files changed, 63 insertions, 5 deletions
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**
+
+<table>
+<colgroup>
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+</colgroup>
+<tbody>
+<tr class="odd">
+<td><p><strong>Field</strong></p></td>
+<td><p><strong>Type</strong></p></td>
+<td><p><strong>Attributes</strong></p></td>
+<td><p><strong>Key</strong></p></td>
+<td><p><strong>Null</strong></p></td>
+<td><p><strong>Default</strong></p></td>
+<td><p><strong>Extra</strong></p></td>
+<td><p><strong>Comment</strong></p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#pool_quest_save-pool_id">pool_id</a></p></td>
+<td><p>int(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#pool_quest_save-quest_id">quest_id</a></p></td>
+<td><p>int(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p> </p></td>
+</tr>
+</tbody>
+</table>
+
+**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)