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?
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