From c681fd4d66521fe6bee35bb2fbd9b5855fca3beb Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 10:30:03 -0300 Subject: docs: Converting from HTML to Markdown part #4 (#333) --- docs/pool_quest.md | 63 ++++++++---------------------------------------------- 1 file changed, 9 insertions(+), 54 deletions(-) (limited to 'docs/pool_quest.md') diff --git a/docs/pool_quest.md b/docs/pool_quest.md index 71ba32d..8827f0f 100644 --- a/docs/pool_quest.md +++ b/docs/pool_quest.md @@ -8,60 +8,15 @@ 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

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|------------------|--------------|------------|-----|------|---------|-------|---------| +| [entry][1] | int(10) | unsigned | PRI | NO | 0 | | | +| [pool_entry][2] | mediumint(8) | unsigned | | NO | 0 | | | +| [description][3] | varchar(255) | signed | | YES | NULL | | | + +[1]: #entry +[2]: #pool_entry +[3]: #description **Description of the fields** -- cgit