OptionalcolumnName of the source column whose target PostgreSQL type should be overridden.
OptionalpgPostgreSQL-specific target type to use for the column.
OptionalsizeSize parameter for the target type, for types that take one (e.g. vector dimension, varchar length). Required when the chosen pg_type needs a size.
Overrides the default Delta-to-PostgreSQL type mapping for a single column.