dBASE field information.
Matches the Rust DbfFieldInfo struct.
DbfFieldInfo
:name
:field_type
@type t() :: %Kreuzberg.DbfFieldInfo{field_type: String.t(), name: String.t()}
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()