summaryrefslogtreecommitdiff
path: root/docs/realmcharacters.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2021-08-08 06:04:05 -0400
committerGitHub <noreply@github.com>2021-08-08 12:04:05 +0200
commit4791ba79f50b033a182422bb8dc9045da641b08c (patch)
treead6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/realmcharacters.md
parent0d430fa01d4da85406f732b76921478c460440f6 (diff)
downloadwiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.gz
wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.bz2
wiki-4791ba79f50b033a182422bb8dc9045da641b08c.zip
chore: Update db-auth (#602)
* Update db-auth * delete the language change from the tables * Update database-auth.md
Diffstat (limited to 'docs/realmcharacters.md')
-rw-r--r--docs/realmcharacters.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/realmcharacters.md b/docs/realmcharacters.md
index e2ef446..ed00c61 100644
--- a/docs/realmcharacters.md
+++ b/docs/realmcharacters.md
@@ -7,10 +7,10 @@
This table holds information on the number of characters each account has for each realm.
The data in this table is maintained by the core.
-## Structure
+**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-|---------------|------------|------------|-----|------|---------|-------|---------|
+| ------------- | ---------- | ---------- | --- | ---- | ------- | ----- | ------- |
| [realmid][1] | INT | UNSIGNED | PRI | NO | 0 | | |
| [acctid][2] | INT | UNSIGNED | PRI | NO | | | |
| [numchars][3] | TINYINT | UNSIGNED | | NO | 0 | | |
@@ -19,15 +19,15 @@ The data in this table is maintained by the core.
[2]: #acctid
[3]: #numchars
-## Description of the fields
+**Description of the fields**
### realmid
-The ID of the realm. See [realmlist.id](realmlist#id)
+The ID of the realm. See [realmlist.id](realmlist#id).
### acctid
-The account ID. See [account.id](account#id)
+The account ID. See [account.id](account#id).
### numchars