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/realmcharacters.md | 63 +++++++------------------------------------------ 1 file changed, 9 insertions(+), 54 deletions(-) (limited to 'docs/realmcharacters.md') diff --git a/docs/realmcharacters.md b/docs/realmcharacters.md index 86c2941..fdf11d5 100644 --- a/docs/realmcharacters.md +++ b/docs/realmcharacters.md @@ -9,60 +9,15 @@ The data in this table is maintained by the core. ## Structure - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

realmid

int(10)

unsigned

PRI

NO

0

 

 

acctid

int(10)

unsigned

PRI

NO

 

 

 

numchars

tinyint(3)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------|------------|------------|-----|------|---------|-------|---------| +| [realmid][1] | int(10) | unsigned | PRI | NO | 0 | | | +| [acctid][2] | int(10) | unsigned | PRI | NO | | | | +| [numchars][3] | tinyint(3) | unsigned | | NO | 0 | | | + +[1]: #realmid +[2]: #acctid +[3]: #numchars ## Description of the fields -- cgit