Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an issue when cloning mySQL properties of a database to Postgres.
Does it have something to do with mySQL-Postgres incompatibility that the comments for a tables columns isn't cloned in the process?
In this screenshot on the left side i have the source table and on the other side dest table. It clearly has the comments field but when I check it to postgres, that field is empty.
Hi,
it is not related to incompatibility, it just mean Talend do not create comments in database
it not only one "issue", so be careful and always check - what created?
best practice - do not create database objects by Talend, do this by SQL code and/or tools.