Wrong range for TINYINT (#1753)

This commit is contained in:
Tomislav Gracin 2021-12-12 23:23:19 +00:00 committed by GitHub
parent 03a4487e86
commit 0dae9e9f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ Host % indicates any host.
### Main Data Types ### Main Data Types
```sql ```sql
TINYINT (1o: -217+128) TINYINT (1o: -128 to +127)
SMALLINT (2o: +-65 000) SMALLINT (2o: +-65 000)
MEDIUMINT (3o: +-16 000 000) MEDIUMINT (3o: +-16 000 000)
INT (4o: +- 2 000 000 000) INT (4o: +- 2 000 000 000)