diff options
Diffstat (limited to 'docs/log_encounter.md')
| -rw-r--r-- | docs/log_encounter.md | 59 |
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 |
