summaryrefslogtreecommitdiff
path: root/docs/character_queststatus.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-01 01:48:43 +0200
committerGitHub <noreply@github.com>2021-05-01 01:48:43 +0200
commit29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (patch)
tree777be1e4c5796cd2531e7959632a48f5cb5b4f22 /docs/character_queststatus.md
parent2df273f79165b95b8b0b2ab471ecb8b2a54edb21 (diff)
downloadwiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.gz
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.bz2
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.zip
chore(docs): Update all integers to not use width (#448)
* float * VARCHAR * TIMESTAMP * BIGINT * MEDIUMINT * SMALLINT * TINYINT * INT * BLOB * SIGNED/UNSIGNED * AUTO_INCREMENT * \(\d+\) * Update Bit-and_bytes-tutorial.md * clean-up * Last mistakes * this one didnt commit lul
Diffstat (limited to 'docs/character_queststatus.md')
-rw-r--r--docs/character_queststatus.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/character_queststatus.md b/docs/character_queststatus.md
index c77a198..1e557d5 100644
--- a/docs/character_queststatus.md
+++ b/docs/character_queststatus.md
@@ -10,22 +10,22 @@ Holds information on the quest status of each character.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-------------------|-------------|------------|-----|------|---------|-------|--------------------------|
-| [guid][1] | int(10) | unsigned | PRI | NO | | | Global Unique Identifier |
-| [quest][2] | int(10) | unsigned | PRI | NO | | | Quest Identifier |
-| [status][3] | tinyint(3) | unsigned | | NO | | | |
-| [explored][4] | tinyint(3) | unsigned | | NO | | | |
-| [timer][5] | int(10) | unsigned | | NO | | | |
-| [mobcount1][6] | smallint(5) | unsigned | | NO | | | |
-| [mobcount2][7] | smallint(5) | unsigned | | NO | | | |
-| [mobcount3][8] | smallint(5) | unsigned | | NO | | | |
-| [mobcount4][9] | smallint(5) | unsigned | | NO | | | |
-| [itemcount1][10] | smallint(5) | unsigned | | NO | | | |
-| [itemcount2][11] | smallint(5) | unsigned | | NO | | | |
-| [itemcount3][12] | smallint(5) | unsigned | | NO | | | |
-| [itemcount4][13] | smallint(5) | unsigned | | NO | | | |
-| [itemcount5][14] | smallint(5) | unsigned | | NO | | | |
-| [itemcount6][15] | smallint(5) | unsigned | | NO | | | |
-| [playercount][16] | smallint(5) | unsigned | | NO | | | |
+| [guid][1] | INT | UNSIGNED | PRI | NO | | | Global Unique Identifier |
+| [quest][2] | INT | UNSIGNED | PRI | NO | | | Quest Identifier |
+| [status][3] | TINYINT | UNSIGNED | | NO | | | |
+| [explored][4] | TINYINT | UNSIGNED | | NO | | | |
+| [timer][5] | INT | UNSIGNED | | NO | | | |
+| [mobcount1][6] | SMALLINT | UNSIGNED | | NO | | | |
+| [mobcount2][7] | SMALLINT | UNSIGNED | | NO | | | |
+| [mobcount3][8] | SMALLINT | UNSIGNED | | NO | | | |
+| [mobcount4][9] | SMALLINT | UNSIGNED | | NO | | | |
+| [itemcount1][10] | SMALLINT | UNSIGNED | | NO | | | |
+| [itemcount2][11] | SMALLINT | UNSIGNED | | NO | | | |
+| [itemcount3][12] | SMALLINT | UNSIGNED | | NO | | | |
+| [itemcount4][13] | SMALLINT | UNSIGNED | | NO | | | |
+| [itemcount5][14] | SMALLINT | UNSIGNED | | NO | | | |
+| [itemcount6][15] | SMALLINT | UNSIGNED | | NO | | | |
+| [playercount][16] | SMALLINT | UNSIGNED | | NO | | | |
[1]: #guid
[2]: #quest