Hi all, I'm quite new to Airbyte. I'm currently transferring some tables from a MySQL source to a PostgreSQL destination. That works great so far with the default connectors in the web UI. However, all data types are being converted to either strings or numbers. In particular, I'm having issues with MySQL DATETIME columns that are being converted to strings. I need them to be of type TIMESTAMP in PostgreSQL. What would be the recommended way to achieve this?