Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docs on unsigned data #1336

Closed
Tracked by #1266
hustjieke opened this issue Feb 28, 2023 · 1 comment
Closed
Tracked by #1266

docs: update docs on unsigned data #1336

hustjieke opened this issue Feb 28, 2023 · 1 comment
Assignees
Labels
A-documentation Improvements or additions to documentation

Comments

@hustjieke
Copy link
Collaborator

No description provided.

@hustjieke hustjieke changed the title update docs docs: update docs on unsigned data Feb 28, 2023
@hustjieke hustjieke self-assigned this Feb 28, 2023
@hustjieke hustjieke added the A-documentation Improvements or additions to documentation label Feb 28, 2023
@hustjieke hustjieke moved this to In Progress in StoneDB for MySQL 5.7 Feb 28, 2023
@hustjieke hustjieke added this to the stonedb_5.7_v1.0.3 milestone Feb 28, 2023
@hustjieke
Copy link
Collaborator Author

New range for integer types:

Type Storage (Bytes) Minimum Value Signed Minimum Value Unsigned Maximum Value Signed Maximum Value Unsigned
TINYINT 1 -128 0 127 255
SMALLINT 2 -32768 0 32767 65535
MEDIUMINT 3 -8388608 0 8388607 16777215
INT 4 -2147483647 0 2147483647 4294967295
BIGINT 8 -9223372036854775806 0 9223372036854775807 18446744073709551615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Improvements or additions to documentation
Projects
Development

No branches or pull requests

1 participant