Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL enum type override not working #132

Open
skyfx64 opened this issue Dec 14, 2020 · 4 comments
Open

MySQL enum type override not working #132

skyfx64 opened this issue Dec 14, 2020 · 4 comments
Assignees

Comments

@skyfx64
Copy link

skyfx64 commented Dec 14, 2020

Hi Team,

I'm trying to convert enum type to text/varchar, but not working as expected.
Table on my postgres still using enum type.

Below are several config, I've been try :
--- config 1 ---
type_override:
"enum":
override_to: text
override_tables:
- "*"

--- config 2 ---
type_override:
"enum(10)":
override_to: text
override_tables:
- "*"

Thank you

@the4thdoctor the4thdoctor self-assigned this Dec 14, 2020
@the4thdoctor
Copy link
Owner

thanks for the report.
I will have a look.

@skyfx64
Copy link
Author

skyfx64 commented Dec 15, 2020

thank you so much @the4thdoctor !.
if this behavior working as expected, I will be super happy. because I really need our MySQL data replicated to Postgres for Analytical Report.

@Cadrach
Copy link

Cadrach commented Oct 3, 2022

Hi @skyfx64, did you manage to have a working configuration for ENUM fields?

@the4thdoctor
Copy link
Owner

sorry, not yet, my mom passed away recently after a long illness and I was completely absorbed by that.

I'll try to catchup with the issues in the next months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants