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

Ecto type for FixedString ClickHouse type.

Example:

defmodule Schema do
  use Ecto.Schema

  schema "demo_fixed_string" do
    field :value, Ch.Types.FixedString
  end
end