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

Ecto type for FixedString ClickHouse type.

Example:

defmodule Schema do
  use Ecto.Schema

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