View Source PowAssent.Ecto.UserIdentities.Schema.Module (PowAssent v0.4.18)

Generates schema module content.

Configuration options

  • :binary_id - if the schema module should use binary id, default nil.

Summary

Functions

Generates schema module file content.

Functions

@spec gen(map()) :: binary()

Generates schema module file content.

Link to this function

new(context_base, schema_name, schema_plural, config \\ [])

View Source
@spec new(atom(), binary(), binary(), PowAssent.Config.t()) :: map()

Generates a schema module map.