summaryrefslogtreecommitdiff
path: root/docs/pool_quest_save.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/pool_quest_save.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/pool_quest_save.md')
-rw-r--r--docs/pool_quest_save.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pool_quest_save.md b/docs/pool_quest_save.md
index 0b5dfb4..a22f9e8 100644
--- a/docs/pool_quest_save.md
+++ b/docs/pool_quest_save.md
@@ -10,8 +10,8 @@
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---------------|---------|------------|-----|------|---------|-------|---------|
-| [pool_id][1] | int(10) | unsigned | PRI | NO | 0 | | |
-| [quest_id][2] | int(10) | unsigned | PRI | NO | 0 | | |
+| [pool_id][1] | INT | UNSIGNED | PRI | NO | 0 | | |
+| [quest_id][2] | INT | UNSIGNED | PRI | NO | 0 | | |
[1]: #pool_id
[2]: #quest_id