View Source Ch.Types.Int32 (Chto v0.1.3)
Ecto type for Int32 ClickHouse type.
Example:
defmodule Schema do
use Ecto.Schema
schema "demo_i32" do
field :value, Ch.Types.Int32
end
end
Link to this section Summary
Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Link to this section Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.