mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
TIL that MS SQL also has a "datetime2" data type.
For real.
This commit is contained in:
parent
5d80c8371f
commit
5b2fb40578
@ -48,7 +48,8 @@
|
||||
(:source (:type "varbinary") :target (:type "bytea")
|
||||
:using pgloader.transforms::byte-vector-to-bytea)
|
||||
|
||||
(:source (:type "datetime") :target (:type "timestamptz")))
|
||||
(:source (:type "datetime") :target (:type "timestamptz"))
|
||||
(:source (:type "datetime2") :target (:type "timestamptz")))
|
||||
"Data Type Casting to migrate from MSSQL to PostgreSQL")
|
||||
|
||||
;;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user