Hi all, I'm just getting into airbyte and am currently trying to mirror some tables from a mysql database source to a postgresql destination. That works great so far, however the data types are lost. In particular mysql DATETIME columns are converted to strings and i need them to be of type TIMESTAMP in postgresql. What would be the best way to achieve this?