dimitri / pgloader

Migrate to PostgreSQL in a single command!

Home Page:http://pgloader.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENUM Being Renamed

gregavola opened this issue · comments

Hi all - maybe this is a similar documentation, but how can I get pgloader not rename simple ENUMs? For example in MySQL I have a simple string ENUM called AppTarget, but then when it loads to Postgres, it renames it brickd_AppTarget_type for some reason.

Is there a configuration I need to enabled like did with my camel case fields and tables?

Greg