From 29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 1 May 2021 01:48:43 +0200 Subject: 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 --- docs/instance_reset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/instance_reset.md') diff --git a/docs/instance_reset.md b/docs/instance_reset.md index 37998da..ae6dfe7 100644 --- a/docs/instance_reset.md +++ b/docs/instance_reset.md @@ -10,9 +10,9 @@ Date and time when heroic and raid instances will be reset (i.e. instances which | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|-------------|------------|-----|------|---------|-------|---------| -| [mapid][1] | smallint(5) | unsigned | PRI | NO | 0 | | | -| [difficulty][2] | tinyint(3) | unsigned | PRI | NO | 0 | | | -| [resettime][3] | int(10) | unsigned | | NO | 0 | | | +| [mapid][1] | SMALLINT | UNSIGNED | PRI | NO | 0 | | | +| [difficulty][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | +| [resettime][3] | INT | UNSIGNED | | NO | 0 | | | [1]: #mapid [2]: #difficulty -- cgit