| So the fix should apply to the column that is used in the ColumnTransformer (forColumn or @Column) only, to avoid schema inclusions in almost every single key used in the transformation such as CAST(column as charset) collate collation; Also, this could be reflected in the @ColumnTransformer javadocs, to tell that the schema is going to be added only to the column related to forColumn property or @Column annotation. |