We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b47c00 commit 4991002Copy full SHA for 4991002
docs/ref/mysql.rst
@@ -559,7 +559,7 @@ Numbers::
559
type int with extra auto_increment to serial when (< precision 10)
560
type int with extra auto_increment to bigserial when (<= 10 precision)
561
type int to int when (< precision 10)
562
- type int to bigint when (>= 10 precision)
+ type int to bigint when (<= 10 precision)
563
type tinyint with extra auto_increment to serial
564
type smallint with extra auto_increment to serial
565
type mediumint with extra auto_increment to serial
0 commit comments