mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
parent
7b47c00ea7
commit
49910027c5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user