isapir / Migrate2Postgres

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

Support for Image Data Type #3

Closed naivoarevalo closed 6 years ago

naivoarevalo commented 6 years ago

Hi,

There is not a sql_type_mapping for image by default. I replace it with the 'bytea' data type but I still not check it if it is works.

isapir commented 6 years ago

Once we test and ensure that it works we can add it to the repository.

Thank you.

isapir commented 6 years ago

Added image => bytea in cf402d38