summaryrefslogtreecommitdiff
path: root/docs/log_encounter.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2021-07-16 16:23:43 -0400
committerGitHub <noreply@github.com>2021-07-16 22:23:43 +0200
commit9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd (patch)
treecc7fe36188f6d9144baaddecdc35ed77a2eb1a36 /docs/log_encounter.md
parent535ad2787b77d2ffd79b6788e38156ec5144ca7f (diff)
downloadwiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.tar.gz
wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.tar.bz2
wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.zip
chore: characters (#584)
* Update account_data.md * Update account_instance_times.md * Update account_tutorial.md * Update addons.md * Update arena_team.md * Fix arena_team.md * Update arena_team_member.md * Update auctionhouse.md * Update banned_addons.md * Update battleground_deserters.md * Update bugreport.md * Update calendar_events.md * fix calendar_events.md * fix * fix * fix3 * update calendar_invites.md * update channels.md * fix channels.md * fix channels.md * update channels_bans.md * update channels_bans.md * update petition.md * fix 4 * Update characters.md * Update worlstates.md * Update gm_ticket.md * + Update * + update 2.md * + update 3 * update + characters.md * + update 4.md * + update 5.md * update characters, thanks @r-o-b-o-t-o * fix + * + Update 6 * + Update 7 * + Update 8 * + Update 9 * Fix + @Kitzunu
Diffstat (limited to 'docs/log_encounter.md')
-rw-r--r--docs/log_encounter.md59
1 files changed, 49 insertions, 10 deletions
diff --git a/docs/log_encounter.md b/docs/log_encounter.md
index 0ad2e7b..eddf7a7 100644
--- a/docs/log_encounter.md
+++ b/docs/log_encounter.md
@@ -1,10 +1,49 @@
-[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [log_encounter](log_encounter)
-
-Column | Type | Description
---- | --- | ---
-Time | datetime |
-Map | SMALLINT UNSIGNED |
-Difficulty | TINYINT UNSIGNED |
-CreditType | TINYINT UNSIGNED |
-CreditEntry | INT UNSIGNED |
-PlayersInfo | text |
+# log\_encounter
+
+[<-Back-to:Characters](database-characters.md)
+
+**The \`log\_encounter\` table**
+
+**Structure**
+
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+| ---------------- | -------- | ---------- | --- | ---- | ------- | ----- | ------- |
+| [time][1] | DATATIME | SIGNED | | NO | | | |
+| [map][2] | SMALLINT | UNSIGNED | | NO | | | |
+| [difficulty][3] | TINYINT | UNSIGNED | | NO | | | |
+| [creditType][4] | TINYINT | UNSIGNED | | NO | | | |
+| [creditEntry][5] | INT | UNSIGNED | | NO | | | |
+| [playersInfo][6] | TEXT | SIGNED | | NO | | | |
+
+[1]: #time
+[2]: #map
+[3]: #difficulty
+[4]: #credittype
+[5]: #creditentry
+[6]: #playersinfo
+
+**Description of the fields**
+
+### time
+
+`field-no-description|1`
+
+### map
+
+`field-no-description|2`
+
+### difficulty
+
+`field-no-description|3`
+
+### creditType
+
+`field-no-description|4`
+
+### creditEntry
+
+`field-no-description|5`
+
+### playersInfo
+
+`field-no-description|6` \ No newline at end of file