Typo fix in the MySQL default casting rules documentation.

See #1123.
This commit is contained in:
Dimitri Fontaine 2020-04-03 23:34:38 +02:00
parent 7b47c00ea7
commit 49910027c5

View File

@ -559,7 +559,7 @@ Numbers::
type int with extra auto_increment to serial when (< precision 10)
type int with extra auto_increment to bigserial when (<= 10 precision)
type int to int when (< precision 10)
type int to bigint when (>= 10 precision)
type int to bigint when (<= 10 precision)
type tinyint with extra auto_increment to serial
type smallint with extra auto_increment to serial
type mediumint with extra auto_increment to serial