Currently, the field type for certain columns, like "bytea", is being handled as a string in conditional logic. ```Scala field.`type` == "bytea" ```