View Source Ch.Types.FixedString (Chto v0.1.3)

Ecto type for FixedString ClickHouse type.

Example:

defmodule Schema do
  use Ecto.Schema

  schema "demo_fixed_string" do
    field :country_code, Ch.Types.FixedString, size: 2
  end
end