mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Fix documentation of default MySQL cast rules (#815)
The default rule is `type int to bigint when (>= 10 precision)`.
This commit is contained in:
parent
46d14af0d3
commit
5ca3ee8aad
@ -556,7 +556,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
|
||||
|
Loading…
Reference in New Issue
Block a user