isapir / Migrate2Postgres

Easily migrate from other DBMSs to PostgreSQL
GNU General Public License v3.0
52 stars 23 forks source link

Casting data during DML #18

Open getzeroedin opened 4 years ago

getzeroedin commented 4 years ago

How do you cast data for certain columns during the DML process? I didn't see any example for that in your video or example files. for instance, I have data type "uniqueidentifier" mapped to "uuid" and log file recommends I cast the char value to uuid ..