PowAssent v0.3.0 PowAssent.Ecto.UserIdentities.Schema.Module View Source
Generates schema module content.
Configuration options
:binary_id
- if the schema module should use binary id, default nil.
Link to this section Summary
Link to this section Functions
Link to this function
gen(schema) View Source
Generates schema module file content.
Link to this function
new(context_base, schema_name, schema_plural, config \\ [])
View Source
new(context_base, schema_name, schema_plural, config \\ [])
View Source
new(atom(), binary(), binary(), PowAssent.Config.t()) :: map()
new(atom(), binary(), binary(), PowAssent.Config.t()) :: map()
Generates a schema module map.