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_template.md | 63 ++++++++------------------------------------------- 1 file changed, 9 insertions(+), 54 deletions(-) (limited to 'docs/pool_template.md') diff --git a/docs/pool_template.md b/docs/pool_template.md index beebdfa..36c92b8 100644 --- a/docs/pool_template.md +++ b/docs/pool_template.md @@ -8,60 +8,15 @@ Each unique pool is defined in this table. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

mediumint(8)

unsigned

PRI

NO

0

 

Pool entry

max_limit

int(10)

unsigned

 

NO

0

 

Max number of objects (0) is no limit

description

varchar(255)

signed

 

YES

NULL

 

 

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