summaryrefslogtreecommitdiff
path: root/docs/access_requirement.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/access_requirement.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/access_requirement.md')
-rw-r--r--docs/access_requirement.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/access_requirement.md b/docs/access_requirement.md
index b8bdef1..a4d3acb 100644
--- a/docs/access_requirement.md
+++ b/docs/access_requirement.md
@@ -11,16 +11,16 @@ This table contains the access requirements to enter an instance.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-----------------------------|--------------|------------|-----|------|---------|-------|---------|
-| [mapId][1] | mediumint(8) | unsigned | PRI | NO | | | |
-| [difficulty][2] | tinyint(3) | unsigned | PRI | NO | 0 | | |
-| [level_min][3] | tinyint(3) | unsigned | | NO | 0 | | |
-| [level_max][4] | tinyint(3) | unsigned | | NO | 0 | | |
-| [item_level][5] | smallint(5) | unsigned | | NO | 0 | | |
-| [item][6] | mediumint(8) | unsigned | | NO | 0 | | |
-| [item2][7] | mediumint(8) | unsigned | | NO | 0 | | |
-| [quest_done_A][8] | mediumint(8) | unsigned | | NO | 0 | | |
-| [quest_done_H][9] | mediumint(8) | unsigned | | NO | 0 | | |
-| [completed_achievement][10] | mediumint(8) | unsigned | | NO | 0 | | |
+| [mapId][1] | MEDIUMINT | UNSIGNED | PRI | NO | | | |
+| [difficulty][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | |
+| [level_min][3] | TINYINT | UNSIGNED | | NO | 0 | | |
+| [level_max][4] | TINYINT | UNSIGNED | | NO | 0 | | |
+| [item_level][5] | SMALLINT | UNSIGNED | | NO | 0 | | |
+| [item][6] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+| [item2][7] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+| [quest_done_A][8] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+| [quest_done_H][9] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+| [completed_achievement][10] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
| [quest_failed_text][11] | text | | | YES | | | |
| [comment][12] | text | | | YES | | | |