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/character_achievement_progress.md | 75 +++++----------------------------- 1 file changed, 11 insertions(+), 64 deletions(-) (limited to 'docs/character_achievement_progress.md') diff --git a/docs/character_achievement_progress.md b/docs/character_achievement_progress.md index 7e58a2f..f662f02 100644 --- a/docs/character_achievement_progress.md +++ b/docs/character_achievement_progress.md @@ -8,70 +8,17 @@ **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

"

 

 

criteria

smallint(5)

unsigned

PRI

NO

"

 

 

counter

int(10)

unsigned

 

NO

"

 

 

date

int(10)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------|-------------|------------|-----|------|---------|-------|---------| +| [guid][1] | int(10) | unsigned | PRI | NO | | | | +| [criteria][2] | smallint(5) | unsigned | PRI | NO | | | | +| [counter][3] | int(10) | unsigned | | NO | | | | +| [date][4] | int(10) | unsigned | | NO | 0 | | | + +[1]: #guid +[2]: #criteria +[3]: #counter +[4]: #date **Description of the fields** -- cgit