diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-01 01:48:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 01:48:43 +0200 |
| commit | 29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (patch) | |
| tree | 777be1e4c5796cd2531e7959632a48f5cb5b4f22 /docs/disables.md | |
| parent | 2df273f79165b95b8b0b2ab471ecb8b2a54edb21 (diff) | |
| download | wiki-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/disables.md')
| -rw-r--r-- | docs/disables.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/disables.md b/docs/disables.md index ca0fd81..a551a9e 100644 --- a/docs/disables.md +++ b/docs/disables.md @@ -10,12 +10,12 @@ This table is used to disable dungeons/bgs/spells/etc. | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|--------------|------------|-----|------|---------|-------|---------| -| [sourceType][1] | int(10) | unsigned | PRI | NO | NULL | | | -| [entry][2] | int(10) | unsigned | PRI | NO | NULL | | | -| [flags][3] | tinyint(3) | unsigned | | NO | 0 | | | -| [params_0][4] | varchar(255) | | | NO | | | | -| [params_1][5] | varchar(255) | | | NO | | | | -| [comment][6] | varchar(255) | | | NO | | | | +| [sourceType][1] | INT | UNSIGNED | PRI | NO | NULL | | | +| [entry][2] | INT | UNSIGNED | PRI | NO | NULL | | | +| [flags][3] | TINYINT | UNSIGNED | | NO | 0 | | | +| [params_0][4] | VARCHAR(255) | | | NO | | | | +| [params_1][5] | VARCHAR(255) | | | NO | | | | +| [comment][6] | VARCHAR(255) | | | NO | | | | [1]: #sourcetype [2]: #entry |
