Goldorin v0.40.3 Goldorin.Ecto.Schema View Source
Generate Ecto Schema
Usage:
fields = [
f1: :string,
f2: :integer,
f3: :utc_datetime
] Goldorin.Ecto.Schema.gen(Acme.Block, "block", fields, [])
Generate Ecto Schema
Usage:
fields = [
f1: :string,
f2: :integer,
f3: :utc_datetime
] Goldorin.Ecto.Schema.gen(Acme.Block, "block", fields, [])