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
If I already had postgres schema with columns of uuid type, dml migration throws error:
Error: Insert Failed. org.postgresql.util.PSQLException: Error: column * has uuid type but expression character.
The text was updated successfully, but these errors were encountered:
…ENTIFIER to uuid postrges type
Add to dml config "postgres_type_casting" parameter.
It is array of type's names which must be casted by postgress implictly.
If I already had postgres schema with columns of uuid type, dml migration throws error:
Error: Insert Failed. org.postgresql.util.PSQLException: Error: column * has uuid type but expression character.
The text was updated successfully, but these errors were encountered: