summaryrefslogtreecommitdiff
path: root/docs/calendar_events.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/calendar_events.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/calendar_events.md')
-rw-r--r--docs/calendar_events.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/calendar_events.md b/docs/calendar_events.md
index 235cc62..20e0428 100644
--- a/docs/calendar_events.md
+++ b/docs/calendar_events.md
@@ -2,12 +2,12 @@
Column | Type | Description
--- | --- | ---
-Id | bigint(20) unsigned |
-Creator | int(10) unsigned |
-Title | varchar(255) |
-Description | varchar(255) |
-Type | tinyint(1) unsigned |
-Dungeon | int(10) |
-Eventtime | int(10) unsigned |
-Flags | int(10) unsigned |
-Time2 | int(10) unsigned |
+Id | BIGINT UNSIGNED |
+Creator | INT UNSIGNED |
+Title | VARCHAR(255) |
+Description | VARCHAR(255) |
+Type | TINYINT UNSIGNED |
+Dungeon | INT |
+Eventtime | INT UNSIGNED |
+Flags | INT UNSIGNED |
+Time2 | INT UNSIGNED |