Skip to content

Commit 4991002

Browse files
committed
Typo fix in the MySQL default casting rules documentation.
See dimitri#1123.
1 parent 7b47c00 commit 4991002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/mysql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Numbers::
559559
type int with extra auto_increment to serial when (< precision 10)
560560
type int with extra auto_increment to bigserial when (<= 10 precision)
561561
type int to int when (< precision 10)
562-
type int to bigint when (>= 10 precision)
562+
type int to bigint when (<= 10 precision)
563563
type tinyint with extra auto_increment to serial
564564
type smallint with extra auto_increment to serial
565565
type mediumint with extra auto_increment to serial

0 commit comments

Comments
 (0)