Why can't we use the different [datatypes](https://www.postgresql.org/docs/9.1/datatype.html) supported by postgres? I'm trying to insert a column of type "arrays" but they always get changed to "jsonb" Could it be as simple as modifying the function [target_postgres.db_sync.column_type](https://github.com/transferwise/pipelinewise-target-postgres/blob/e060d44c376095a9c8ae1a731f548ab9aa16c2f3/target_postgres/db_sync.py#L40)? If no, why?
Why can't we use the different datatypes supported by postgres?
I'm trying to insert a column of type "arrays" but they always get changed to "jsonb"
Could it be as simple as modifying the function target_postgres.db_sync.column_type? If no, why?