Pow.Extension.Ecto.Schema.Migration (Pow v1.0.25) View Source

Generates schema migration content for extensions.

Link to this section Summary

Functions

Generates migration file content.

Link to this section Functions

Specs

gen(map()) :: binary()

Generates migration file content.

Link to this function

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

View Source

Specs

new(atom(), atom(), binary(), Pow.Config.t()) :: map()

Generates migration schema map.