Current section
Files
Jump to
Current section
Files
lib/ibento/event_store/embedded.ex
defmodule Ibento.EventStore.Embedded do
use Ecto.Schema
embedded_schema do
field(:data, :map)
end
end