dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

ENUM Being Renamed #1564

Open gregavola opened 8 months ago

gregavola commented 8 months ago

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