mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
parent
cb989e1155
commit
d5314a6640
@ -7,6 +7,7 @@
|
||||
|
||||
(defrule extra-qualifiers (and (? " ")
|
||||
(or (~ "unsigned")
|
||||
(~ "signed")
|
||||
(~ "short")
|
||||
(~ "varying")
|
||||
(~ "native")
|
||||
|
||||
@ -23,6 +23,9 @@
|
||||
(:source (:type "integer") :target (:type "bigint")
|
||||
:using pgloader.transforms::integer-to-string)
|
||||
|
||||
(:source (:type "long") :target (:type "bigint")
|
||||
:using pgloader.transforms::integer-to-string)
|
||||
|
||||
(:source (:type "float") :target (:type "float")
|
||||
:using pgloader.transforms::float-to-string)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user