pub fn parse_array_attributes(
    udt_name_regtype: Option<&str>,
    ctype: ColumnType,
    enums: &HashMap<String, Vec<String>>
) -> ColumnType
Available on crate features postgres and parser only.