Current section
Files
Jump to
Current section
Files
lib/ecto_query_explorer/schemas/function.ex
defmodule EctoQueryExplorer.Function do
use Ecto.Schema
schema "functions" do
field :module, :string
field :function, :string
field :arity, :integer
end
end