From 9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Fri, 16 Jul 2021 16:23:43 -0400 Subject: 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 --- docs/log_encounter.md | 59 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 10 deletions(-) (limited to 'docs/log_encounter.md') 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 -- cgit