👋 I'm creating a connection between cockroach->postgres. I see that airbyte mangles the schema. bigints become "double precision", timestamps and uuids become "character varying".
Is it possible to maintain the original types? Or can I define the postgres destination types somewhere?
Thanks!