You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: