mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Update the docs, we list the default MySQL cast there (see issue #22).
This commit is contained in:
parent
afc64cc30d
commit
e888b15513
@ -1099,6 +1099,7 @@ Numbers:
|
||||
- type int to bigserial when auto_increment and (<= 10 precision)
|
||||
- type int to int when not auto_increment and (< precision 10)
|
||||
- type int to bigint when not auto_increment and (<= 10 precision)
|
||||
- type smallint to serial when auto_increment
|
||||
- type bigint to bigserial when auto_increment
|
||||
|
||||
- type tinyint to boolean when (= 1 precision) using tinyint-to-boolean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user